From df95a6d5f6d8051de789405add6a5b70d37b82b7 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 17 Dec 2024 00:17:38 +0000 Subject: [PATCH] 4.58.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.57.0...v4.58.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#227](https://github.com/recurly/recurly-client-go/pull/227) ([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 c8cd23d..c6ba7c9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.57.0 +current_version = 4.58.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5400575..da62ccb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.58.0](https://github.com/recurly/recurly-client-go/tree/v4.58.0) (2024-12-17) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.57.0...v4.58.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#227](https://github.com/recurly/recurly-client-go/pull/227) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.57.0](https://github.com/recurly/recurly-client-go/tree/v4.57.0) (2024-12-03) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.56.0...v4.57.0) diff --git a/version.go b/version.go index dee9f6d..729c0e4 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.57.0" + clientVersion = "4.58.0" )