diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fc65f76..59bb3ed 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.34.0 +current_version = 4.35.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db0523a..6f7fa5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.35.0](https://github.com/recurly/recurly-client-go/tree/v4.35.0) (2023-05-03) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.34.0...v4.35.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#192](https://github.com/recurly/recurly-client-go/pull/192) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.34.0](https://github.com/recurly/recurly-client-go/tree/v4.34.0) (2023-04-26) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.33.0...v4.34.0) diff --git a/version.go b/version.go index 11f630f..60cbe62 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.34.0" + clientVersion = "4.35.0" )