Skip to content

Commit

Permalink
release: 2.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 11, 2024
1 parent 06234a3 commit fe2cc86
Show file tree
Hide file tree
Showing 4 changed files with 18 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.2"
".": "2.20.3"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 2.20.3 (2024-11-11)

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

### Bug Fixes

* **api:** escape key values when encoding maps ([#287](https://github.com/Modern-Treasury/modern-treasury-go/issues/287)) ([c670a90](https://github.com/Modern-Treasury/modern-treasury-go/commit/c670a90f362d137a94eb68615e34fe3fdbe8bdb4))
* **client:** no panic on missing BaseURL ([#289](https://github.com/Modern-Treasury/modern-treasury-go/issues/289)) ([06234a3](https://github.com/Modern-Treasury/modern-treasury-go/commit/06234a320ec13620eafaab197526bcc079edbe73))
* correct required fields for flattened unions ([#288](https://github.com/Modern-Treasury/modern-treasury-go/issues/288)) ([7d582c5](https://github.com/Modern-Treasury/modern-treasury-go/commit/7d582c5252195e9c5b03259210c8ada9dd84ed06))


### Refactors

* sort fields for squashed union structs ([#285](https://github.com/Modern-Treasury/modern-treasury-go/issues/285)) ([79839fd](https://github.com/Modern-Treasury/modern-treasury-go/commit/79839fd7c1bbc28c0146e1c9217f682d46dbe0a2))

## 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)
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].2'
go get -u 'github.com/Modern-Treasury/modern-treasury-go/[email protected].3'
```

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

0 comments on commit fe2cc86

Please sign in to comment.