From 3bf1608487478934e0f86a2ea881f7c39ef453ca Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 3 Aug 2022 19:43:34 +0000 Subject: [PATCH] 3.16.0 [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.15.0...v3.16.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 [#157](https://github.com/recurly/recurly-client-go/pull/157) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2019-10-10 [#156](https://github.com/recurly/recurly-client-go/pull/156) ([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 8d956eb..8f6941b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.15.0 +current_version = 3.16.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b6cafc..0b0318e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v3.16.0](https://github.com/recurly/recurly-client-go/tree/v3.16.0) (2022-08-03) + +[Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.15.0...v3.16.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#157](https://github.com/recurly/recurly-client-go/pull/157) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2019-10-10 [#156](https://github.com/recurly/recurly-client-go/pull/156) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [v3.15.0](https://github.com/recurly/recurly-client-go/tree/v3.15.0) (2022-06-16) [Full Changelog](https://github.com/recurly/recurly-client-go/compare/v3.14.0...v3.15.0) diff --git a/version.go b/version.go index 07eae68..a2de5c7 100644 --- a/version.go +++ b/version.go @@ -1,5 +1,5 @@ package recurly const ( - clientVersion = "3.15.0" + clientVersion = "3.16.0" )