Skip to content

Commit

Permalink
release: 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jul 1, 2024
1 parent 6e4826e commit 230e630
Show file tree
Hide file tree
Showing 4 changed files with 22 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.14.0"
".": "2.15.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 2.15.0 (2024-07-01)

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

### Features

* **api:** updates ([#245](https://github.com/Modern-Treasury/modern-treasury-go/issues/245)) ([877f9c3](https://github.com/Modern-Treasury/modern-treasury-go/commit/877f9c33a4a7a6bb9675f4093a23b8d2ead40df7))


### Bug Fixes

* fix ExtraFields serialization / deserialization ([#243](https://github.com/Modern-Treasury/modern-treasury-go/issues/243)) ([8b82674](https://github.com/Modern-Treasury/modern-treasury-go/commit/8b8267465a9cc6dec123e1c4c9ef17e6d82d22bf))
* fix port function for interface{} types ([#241](https://github.com/Modern-Treasury/modern-treasury-go/issues/241)) ([17ad20a](https://github.com/Modern-Treasury/modern-treasury-go/commit/17ad20a6216f61282a847aba55ea09acd20b33fd))


### Chores

* gitignore test server logs ([#244](https://github.com/Modern-Treasury/modern-treasury-go/issues/244)) ([268f263](https://github.com/Modern-Treasury/modern-treasury-go/commit/268f263ae34526753e8800009d0e2446dcf4b868))

## 2.14.0 (2024-06-05)

Full Changelog: [v2.13.1...v2.14.0](https://github.com/Modern-Treasury/modern-treasury-go/compare/v2.13.1...v2.14.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.14.0'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/v2@v2.15.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.14.0" // x-release-please-version
const PackageVersion = "2.15.0" // x-release-please-version

0 comments on commit 230e630

Please sign in to comment.