diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 767add2..800d465 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.59.0 +current_version = 4.59.1 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a3dfc..f985a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.59.1](https://github.com/recurly/recurly-client-java/tree/4.59.1) (2024-10-31) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.59.0...4.59.1) + + +**Merged Pull Requests** + +- fix: Adding workaround for incorrectly cased constants returned from the API [#281](https://github.com/recurly/recurly-client-java/pull/281) ([douglasmiller](https://github.com/douglasmiller)) + + + ## [4.59.0](https://github.com/recurly/recurly-client-java/tree/4.59.0) (2024-10-30) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.58.0...4.59.0) diff --git a/README.md b/README.md index 3a01ba6..430a890 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 4.59.0 + 4.59.1 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:4.59.0' +implementation 'com.recurly.v3:api-client:4.59.1' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index c795fd4..cb30c66 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.59.1 http://maven.apache.org/xsd/maven-4.59.1.xsd"> 4.0.0 com.recurly.v3 api-client - 4.59.0-SNAPSHOT + 4.59.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.59.0 + 4.59.1 yourcoverallsprojectrepositorytoken