File tree 4 files changed +27
-3
lines changed
4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 2.5 .0"
2
+ "." : " 2.6 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.6.0 (2024-01-16)
4
+
5
+ Full Changelog: [ v2.5.0...v2.6.0] ( https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.5.0...v2.6.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add ` ledger_transactions ` to expected payment request ([ #149 ] ( https://github.com/Modern-Treasury/modern-treasury-go/issues/149 ) ) ([ cab1d97] ( https://github.com/Modern-Treasury/modern-treasury-go/commit/cab1d97ab70209985001a3d64719e7799e2ac150 ) )
10
+ * ** api:** add create and delete operations for internal accounts balance reports ([ #151 ] ( https://github.com/Modern-Treasury/modern-treasury-go/issues/151 ) ) ([ 6e54baf] ( https://github.com/Modern-Treasury/modern-treasury-go/commit/6e54baf76970a577ec5be9fd999067260af80150 ) )
11
+
12
+
13
+ ### Chores
14
+
15
+ * add .keep files for examples and custom code directories ([ #150 ] ( https://github.com/Modern-Treasury/modern-treasury-go/issues/150 ) ) ([ 8a18c2c] ( https://github.com/Modern-Treasury/modern-treasury-go/commit/8a18c2cb197edc914c3f4441bbc9e691b14a1b21 ) )
16
+
17
+
18
+ ### Documentation
19
+
20
+ * ** readme:** improve api reference ([ #152 ] ( https://github.com/Modern-Treasury/modern-treasury-go/issues/152 ) ) ([ 6bdb2b8] ( https://github.com/Modern-Treasury/modern-treasury-go/commit/6bdb2b82efd7b97e5e1782ec31ec2c28da7f60f2 ) )
21
+
22
+
23
+ ### Refactors
24
+
25
+ * remove excess whitespace ([ #147 ] ( https://github.com/Modern-Treasury/modern-treasury-go/issues/147 ) ) ([ 8f49166] ( https://github.com/Modern-Treasury/modern-treasury-go/commit/8f491663b473304bf57b85f0fbaa7bb2153ba7e6 ) )
26
+
3
27
## 2.5.0 (2024-01-02)
4
28
5
29
Full Changelog: [ v2.4.1...v2.5.0] ( https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.4.1...v2.5.0 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Or to pin the version:
22
22
<!-- x-release-please-start-version -->
23
23
24
24
``` sh
25
- go get -u ' github.com/Modern-Treasury/modern-treasury-go/v2@v2.5 .0'
25
+ go get -u ' github.com/Modern-Treasury/modern-treasury-go/v2@v2.6 .0'
26
26
```
27
27
28
28
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "2.5 .0" // x-release-please-version
5
+ const PackageVersion = "2.6 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments