From d7f457a1cdb7e33b5a5ebbff598722dd0ad8f565 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 24 Jan 2024 22:27:16 +0000 Subject: [PATCH] 4.46.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.45.0...v4.46.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#207](https://github.com/recurly/recurly-client-go/pull/207) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ version.go | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 948e070..db1636f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.45.0 +current_version = 4.46.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d83fdeb..06855bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#207](https://github.com/recurly/recurly-client-go/pull/207) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.45.0](https://github.com/recurly/recurly-client-go/tree/v4.45.0) (2024-01-18) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.44.0...v4.45.0) diff --git a/version.go b/version.go index fb35620..3fd6fcc 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.45.0" + clientVersion = "4.46.0" )