diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 619078d..d54c8d9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.19.0 +current_version = 4.20.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abfe636..91cbdd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.20.0](https://github.com/recurly/recurly-client-go/tree/v4.20.0) (2022-08-03) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.19.0...v4.20.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#158](https://github.com/recurly/recurly-client-go/pull/158) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.19.0](https://github.com/recurly/recurly-client-go/tree/v4.19.0) (2022-07-11) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.18.0...v4.19.0) diff --git a/version.go b/version.go index 74c5743..6f2bfb2 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.19.0" + clientVersion = "4.20.0" )