From 5b75a68f0d5b670405421bc97bb5edfeb474658c Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Thu, 27 Jul 2023 13:23:10 +0000 Subject: [PATCH] 4.40.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.38.0...v4.40.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (Ramp Dates, Net Terms, Invoice Business Entity, External Subscriptions) [#201](https://github.com/recurly/recurly-client-go/pull/201) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 7 +++++-- version.go | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 06c12fb..f1dee9d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.39.0 +current_version = 4.40.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 283394d..486bf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## [v4.39.0](https://github.com/recurly/recurly-client-go/tree/v4.39.0) (2023-07-26) +## [v4.40.0](https://github.com/recurly/recurly-client-go/tree/v4.40.0) (2023-07-27) -[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.38.0...v4.39.0) +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.38.0...v4.40.0) +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Ramp Dates, Net Terms, Invoice Business Entity, External Subscriptions) [#201](https://github.com/recurly/recurly-client-go/pull/201) ([recurly-integrations](https://github.com/recurly-integrations)) diff --git a/version.go b/version.go index 8e7c6bf..7b73a7e 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.39.0" + clientVersion = "4.40.0" )