From 83781a96b7f5f2454ffb898bf23465b7be823e60 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 5 Apr 2023 17:08:13 +0000 Subject: [PATCH] 4.32.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.31.0...v4.32.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#186](https://github.com/recurly/recurly-client-go/pull/186) ([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 3e0e4ca..e6f6fc0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.31.0 +current_version = 4.32.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08215eb..f330e5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.32.0](https://github.com/recurly/recurly-client-go/tree/v4.32.0) (2023-04-05) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.31.0...v4.32.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#186](https://github.com/recurly/recurly-client-go/pull/186) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.31.0](https://github.com/recurly/recurly-client-go/tree/v4.31.0) (2023-03-29) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.30.0...v4.31.0) diff --git a/version.go b/version.go index 0ec3153..6b81d4a 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.31.0" + clientVersion = "4.32.0" )