From 2392c99bc237281df106de428059864db52fb0c0 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 26 Apr 2023 21:43:17 +0000 Subject: [PATCH] 3.21.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.20.0...v3.21.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 (UsedTaxService on Invoice) [#189](https://github.com/recurly/recurly-client-go/pull/189) ([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 033886d..241eeb9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.20.0 +current_version = 3.21.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 312a528..862c78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v3.21.0](https://github.com/recurly/recurly-client-go/tree/v3.21.0) (2023-04-26) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.20.0...v3.21.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 (UsedTaxService on Invoice) [#189](https://github.com/recurly/recurly-client-go/pull/189) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v3.20.0](https://github.com/recurly/recurly-client-go/tree/v3.20.0) (2023-01-19) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.19.0...v3.20.0) diff --git a/version.go b/version.go index a387a62..58aeb5f 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "3.20.0" + clientVersion = "3.21.0" )