diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76baf21..2c94c50 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 e0228c0..64a68e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.21.0](https://github.com/recurly/recurly-client-java/tree/3.21.0) (2022-08-03) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.20.0...3.21.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#208](https://github.com/recurly/recurly-client-java/pull/208) ([recurly-integrations](https://github.com/recurly-integrations)) +- Generated Latest Changes for v2019-10-10 [#205](https://github.com/recurly/recurly-client-java/pull/205) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.20.0](https://github.com/recurly/recurly-client-java/tree/3.20.0) (2022-06-16) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.19.0...3.20.0) diff --git a/README.md b/README.md index b55cea4..f70e1ea 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 3.20.0 + 3.21.0 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:3.20.0' +implementation 'com.recurly.v3:api-client:3.21.0' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index a02477e..c046710 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.recurly.v3 api-client - 3.20.0-SNAPSHOT + 3.21.0-SNAPSHOT Recurly API V3 Java Client The official Java client for Recurly's V3 API.