From e1a1af08f66446b19b640140f241c4bf585df524 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Fri, 28 Jan 2022 20:42:29 +0000 Subject: [PATCH] 4.12.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.11.0...v4.12.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (Invoice Customization) [#133](https://github.com/recurly/recurly-client-go/pull/133) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 [#131](https://github.com/recurly/recurly-client-go/pull/131) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 12 ++++++++++++ version.go | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 915e5a1..9ca2c07 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.11.0 +current_version = 4.12.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8f6c3..198ed7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.12.0](https://github.com/recurly/recurly-client-go/tree/v4.12.0) (2022-01-28) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.11.0...v4.12.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (Invoice Customization) [#133](https://github.com/recurly/recurly-client-go/pull/133) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2021-02-25 [#131](https://github.com/recurly/recurly-client-go/pull/131) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v4.11.0](https://github.com/recurly/recurly-client-go/tree/v4.11.0) (2021-12-29) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v4.10.0...v4.11.0) diff --git a/version.go b/version.go index d6fb72a..042b0f2 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "4.11.0" + clientVersion = "4.12.0" )