Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Jan 16, 2024
1 parent ad815ae commit c6b37e3
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.5.0"
".": "2.6.0"
}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 2.6.0 (2024-01-16)

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

### Features

* **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))
* **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))


### Chores

* 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))


### Documentation

* **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))


### Refactors

* 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))

## 2.5.0 (2024-01-02)

Full Changelog: [v2.4.1...v2.5.0](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.4.1...v2.5.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/Modern-Treasury/modern-treasury-go/v2@v2.5.0'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/v2@v2.6.0'
```

<!-- x-release-please-end -->
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

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

0 comments on commit c6b37e3

Please sign in to comment.