From 72fb9a3a7e69e8fefbbff26b3504194c905e6159 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 24 May 2023 20:58:18 +0000 Subject: [PATCH] 4.37.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.36.0...v4.37.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (External Products & References) [#196](https://github.com/recurly/recurly-client-go/pull/196) ([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 632f326..3d41542 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.36.0 +current_version = 4.37.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a35f6d..a1fe4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.37.0](https://github.com/recurly/recurly-client-go/tree/v4.37.0) (2023-05-24) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.36.0...v4.37.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (External Products & References) [#196](https://github.com/recurly/recurly-client-go/pull/196) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.36.0](https://github.com/recurly/recurly-client-go/tree/v4.36.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.35.0...v4.36.0) diff --git a/version.go b/version.go index 070600e..b477740 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.36.0" + clientVersion = "4.37.0" )