diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 66879f4..bfa3447 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.17.0 +current_version = 4.18.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 843e154..81411b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.18.0](https://github.com/recurly/recurly-client-go/tree/v4.18.0) (2022-06-16) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.17.0...v4.18.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#154](https://github.com/recurly/recurly-client-go/pull/154) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.17.0](https://github.com/recurly/recurly-client-go/tree/v4.17.0) (2022-04-15) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.16.0...v4.17.0) diff --git a/version.go b/version.go index 1ca0dd7..cbfa10e 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.17.0" + clientVersion = "4.18.0" )