diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a707aca..caf0353 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.57.0 +current_version = 4.58.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea39245..80adc96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.58.0](https://github.com/recurly/recurly-client-java/tree/4.58.0) (2024-08-28) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.57.0...4.58.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (add UUID to external subscriptions) [#279](https://github.com/recurly/recurly-client-java/pull/279) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.57.0](https://github.com/recurly/recurly-client-java/tree/4.57.0) (2024-08-09) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.56.0...4.57.0) @@ -7,7 +18,7 @@ **Merged Pull Requests** -- Breaking change: The constant RefuneMethodEnum has been renamed RefundMethodEnum [#277](https://github.com/recurly/recurly-client-java/pull/277) ([recurly-integrations](https://github.com/recurly-integrations)) +- Breaking change: The constant RefuneMethod Enum has been renamed RefundMethod [#277](https://github.com/recurly/recurly-client-java/pull/277) ([recurly-integrations](https://github.com/recurly-integrations)) diff --git a/README.md b/README.md index deb2da6..72c20b2 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 4.57.0 + 4.58.0 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:4.57.0' +implementation 'com.recurly.v3:api-client:4.58.0' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index 87bcba0..8eb33d3 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.58.0 http://maven.apache.org/xsd/maven-4.58.0.xsd"> 4.0.0 com.recurly.v3 api-client - 4.57.0-SNAPSHOT + 4.58.0-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.57.0 + 4.58.0 yourcoverallsprojectrepositorytoken