Skip to content

Commit c6b37e3

Browse files
committed
release: 2.6.0
1 parent ad815ae commit c6b37e3

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.5.0"
2+
".": "2.6.0"
33
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

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+
327
## 2.5.0 (2024-01-02)
428

529
Full Changelog: [v2.4.1...v2.5.0](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.4.1...v2.5.0)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Or to pin the version:
2222
<!-- x-release-please-start-version -->
2323

2424
```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'
2626
```
2727

2828
<!-- x-release-please-end -->

internal/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "2.5.0" // x-release-please-version
5+
const PackageVersion = "2.6.0" // x-release-please-version

0 commit comments

Comments
 (0)