diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e6f6fc0..30454d0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.32.0 +current_version = 4.33.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f330e5e..83c6d03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.33.0](https://github.com/recurly/recurly-client-go/tree/v4.33.0) (2023-04-13) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.32.0...v4.33.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Accounts) [#188](https://github.com/recurly/recurly-client-go/pull/188) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.32.0](https://github.com/recurly/recurly-client-go/tree/v4.32.0) (2023-04-05) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.31.0...v4.32.0) diff --git a/version.go b/version.go index 6b81d4a..e9d7244 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.32.0" + clientVersion = "4.33.0" )