diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 93b3945..80ec732 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.42.0 +current_version = 4.43.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d3410..10977f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Changelog -## [4.42.0](https://github.com/recurly/recurly-client-java/tree/4.42.0) (2023-07-26) +## [4.43.0](https://github.com/recurly/recurly-client-java/tree/4.43.0) (2023-07-27) -[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.41.0...4.42.0) +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.41.0...4.43.0) **Merged Pull Requests** +- Generated Latest Changes for v2021-02-25 (Ramp Dates, Net Terms, Invoice Business Entity) [#253](https://github.com/recurly/recurly-client-java/pull/253) ([recurly-integrations](https://github.com/recurly-integrations)) - Generated Latest Changes for v2021-02-25 (App Management - External Subscriptions) [#252](https://github.com/recurly/recurly-client-java/pull/252) ([recurly-integrations](https://github.com/recurly-integrations)) diff --git a/README.md b/README.md index ab8f84b..0faebda 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 4.42.0 + 4.43.0 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:4.42.0' +implementation 'com.recurly.v3:api-client:4.43.0' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index 28c9a61..c995d02 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.43.0 http://maven.apache.org/xsd/maven-4.43.0.xsd"> 4.0.0 com.recurly.v3 api-client - 4.42.0-SNAPSHOT + 4.43.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.42.0 + 4.43.0 yourcoverallsprojectrepositorytoken