From 76d02a787aa62482e67e30488484de3b8ad60692 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 24 May 2024 22:10:12 +0000 Subject: [PATCH] 3.24.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.23.0...v3.24.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 [#218](https://github.com/recurly/recurly-client-go/pull/218) ([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 c1b5e0e..1a75c82 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.23.0 +current_version = 3.24.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6761b4e..82c17dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v3.24.0](https://github.com/recurly/recurly-client-go/tree/v3.24.0) (2024-05-24) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.23.0...v3.24.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#218](https://github.com/recurly/recurly-client-go/pull/218) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v3.23.0](https://github.com/recurly/recurly-client-go/tree/v3.23.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.22.0...v3.23.0) diff --git a/version.go b/version.go index 0e68063..3f666a1 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "3.23.0" + clientVersion = "3.24.0" )