diff --git a/.bumpversion.cfg b/.bumpversion.cfg index db1636f..5cacfbc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.46.0 +current_version = 4.47.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06855bb..973eac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.47.0](https://github.com/recurly/recurly-client-go/tree/v4.47.0) (2024-02-20) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.46.0...v4.47.0) + + +**Merged Pull Requests** + +- Add invoice state param for v2021-02-25 [#209](https://github.com/recurly/recurly-client-go/pull/209) ([recurly-integrations](https://github.com/recurly-integrations)) +- Remove internal wiki link from codel config. [#208](https://github.com/recurly/recurly-client-go/pull/208) ([recurly-bearley](https://github.com/recurly-bearley)) + + + ## [v4.46.0](https://github.com/recurly/recurly-client-go/tree/v4.46.0) (2024-01-24) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.45.0...v4.46.0) diff --git a/version.go b/version.go index 3fd6fcc..17e866c 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.46.0" + clientVersion = "4.47.0" )