From 706da3e2b28752f326f003ba4b5543a39a0e942b Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Wed, 28 Aug 2024 20:30:55 +0000 Subject: [PATCH] 4.55.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.54.0...v4.55.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (add UUID External Subscriptions) [#223](https://github.com/recurly/recurly-client-go/pull/223) ([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 099584a..2d251d6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.54.0 +current_version = 4.55.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658cbb1..9ceb036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.55.0](https://github.com/recurly/recurly-client-go/tree/v4.55.0) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.54.0...v4.55.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (add UUID External Subscriptions) [#223](https://github.com/recurly/recurly-client-go/pull/223) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.54.0](https://github.com/recurly/recurly-client-go/tree/v4.54.0) (2024-08-21) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.53.0...v4.54.0) diff --git a/version.go b/version.go index d46a904..9a58546 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.54.0" + clientVersion = "4.55.0" )