diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 048393f..2e23a05 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.51.0 +current_version = 4.52.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b7eca4..55b99cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.52.0](https://github.com/recurly/recurly-client-go/tree/v4.52.0) (2024-05-31) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.51.0...v4.52.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#219](https://github.com/recurly/recurly-client-go/pull/219) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.51.0](https://github.com/recurly/recurly-client-go/tree/v4.51.0) (2024-05-24) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.50.0...v4.51.0) diff --git a/version.go b/version.go index 792e619..3cbd916 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.51.0" + clientVersion = "4.52.0" )