Skip to content

Commit

Permalink
release: 2.20.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 14, 2025
1 parent 5a67100 commit ac6247a
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.4"
".": "2.20.5"
}
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.5 (2025-01-08)

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

### Chores

* bump license year ([#296](https://github.com/Modern-Treasury/modern-treasury-go/issues/296)) ([1def9db](https://github.com/Modern-Treasury/modern-treasury-go/commit/1def9db13f6be946ebb82a5a5fe760309d145a7a))


### Documentation

* **readme:** fix misplaced period ([#297](https://github.com/Modern-Treasury/modern-treasury-go/issues/297)) ([89b8913](https://github.com/Modern-Treasury/modern-treasury-go/commit/89b8913ba82887a5e8bcffbd27be1ca31e208c95))
* **readme:** fix typo ([#294](https://github.com/Modern-Treasury/modern-treasury-go/issues/294)) ([c7ac945](https://github.com/Modern-Treasury/modern-treasury-go/commit/c7ac94561a2177047acf5314b5e17b6bfaa24801))

## 2.20.4 (2024-11-25)

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

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

0 comments on commit ac6247a

Please sign in to comment.