Skip to content

Commit

Permalink
release: 2.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 25, 2024
1 parent fa63f48 commit 8e09047
Show file tree
Hide file tree
Showing 4 changed files with 17 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.20.1"
".": "2.20.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.20.2 (2024-10-16)

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

### Features

* **api:** updates to required fields for ExpectedPayments ([#284](https://github.com/Modern-Treasury/modern-treasury-go/issues/284)) ([75e3ebc](https://github.com/Modern-Treasury/modern-treasury-go/commit/75e3ebc98bfb5d46e7875420b85e09e3521ca44e))
* move pagination package from internal to packages ([#283](https://github.com/Modern-Treasury/modern-treasury-go/issues/283)) ([5c19e96](https://github.com/Modern-Treasury/modern-treasury-go/commit/5c19e968872516c08c66367b97455e991365d69c))


### Chores

* fix GetNextPage docstring ([#281](https://github.com/Modern-Treasury/modern-treasury-go/issues/281)) ([acadfa3](https://github.com/Modern-Treasury/modern-treasury-go/commit/acadfa3987c5e31a7352b14b9f3b59f4016aa1ae))

## 2.20.1 (2024-10-09)

Full Changelog: [v2.20.0...v2.20.1](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.20.0...v2.20.1)
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/[email protected].1'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].2'
```

<!-- 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.20.1" // x-release-please-version
const PackageVersion = "2.20.2" // x-release-please-version

0 comments on commit 8e09047

Please sign in to comment.