diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 684113e..826cf42 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.41.0 +current_version = 4.42.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19a93b3..f0cd7cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.42.0](https://github.com/recurly/recurly-client-go/tree/v4.42.0) (2023-08-29) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.41.0...v4.42.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (`VATNumber`, `LifecycleDecline`) [#203](https://github.com/recurly/recurly-client-go/pull/203) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.41.0](https://github.com/recurly/recurly-client-go/tree/v4.41.0) (2023-08-10) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.40.0...v4.41.0) diff --git a/version.go b/version.go index 23cef53..c71de27 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.41.0" + clientVersion = "4.42.0" )