diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 241eeb9..4c80f3f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.21.0 +current_version = 3.22.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 862c78e..e305ab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v3.22.0](https://github.com/recurly/recurly-client-go/tree/v3.22.0) (2023-05-03) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.21.0...v3.22.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#191](https://github.com/recurly/recurly-client-go/pull/191) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v3.21.0](https://github.com/recurly/recurly-client-go/tree/v3.21.0) (2023-04-26) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.20.0...v3.21.0) diff --git a/version.go b/version.go index 58aeb5f..03ba5d2 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "3.21.0" + clientVersion = "3.22.0" )