From da731cc3a0d57b1502940e6420923470a555fffa Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 8 Sep 2022 22:52:43 +0000 Subject: [PATCH] 4.24.1 [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.24.0...4.24.1) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 [#215](https://github.com/recurly/recurly-client-java/pull/215) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- pom.xml | 8 ++++---- 4 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e6f81e..a556947 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.24.0 +current_version = 4.24.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 006d93b..dec9793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.24.1](https://github.com/recurly/recurly-client-java/tree/4.24.1) (2022-09-08) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.24.0...4.24.1) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 [#215](https://github.com/recurly/recurly-client-java/pull/215) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.24.0](https://github.com/recurly/recurly-client-java/tree/4.24.0) (2022-09-07) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.23.0...4.24.0) diff --git a/README.md b/README.md index 484ce95..decb46f 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 4.24.0 + 4.24.1 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:4.24.0' +implementation 'com.recurly.v3:api-client:4.24.1' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index 374d08d..07f829f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.24.1 http://maven.apache.org/xsd/maven-4.24.1.xsd"> 4.0.0 com.recurly.v3 api-client - 4.24.0-SNAPSHOT + 4.24.1-SNAPSHOT Recurly API V3 Java Client The official Java client for Recurly's V3 API. @@ -143,7 +143,7 @@ org.eluder.coveralls coveralls-maven-plugin - 4.24.0 + 4.24.1 yourcoverallsprojectrepositorytoken