diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 4c80f3f..c1b5e0e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.22.0 +current_version = 3.23.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e305ab8..6761b4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v3.23.0](https://github.com/recurly/recurly-client-go/tree/v3.23.0) (2023-05-23) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.22.0...v3.23.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (gateway_attributes on PaymentMethod) [#195](https://github.com/recurly/recurly-client-go/pull/195) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [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) diff --git a/version.go b/version.go index 03ba5d2..0e68063 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "3.22.0" + clientVersion = "3.23.0" )