From 643078bdbf796d659d39936b99aaba01729e2e0e Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 29 Aug 2023 15:33:16 +0000 Subject: [PATCH] 4.45.0 [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.44.0...4.45.0) **Merged Pull Requests** - Generated Latest Changes for v2021-02-25 (`VATNumber`, `LifecycleDecline`) [#255](https://github.com/recurly/recurly-client-java/pull/255) ([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 56b378d..e2009ca 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.44.0 +current_version = 4.45.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf385a..e6d5662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.45.0](https://github.com/recurly/recurly-client-java/tree/4.45.0) (2023-08-29) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.44.0...4.45.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2021-02-25 (`VATNumber`, `LifecycleDecline`) [#255](https://github.com/recurly/recurly-client-java/pull/255) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [4.44.0](https://github.com/recurly/recurly-client-java/tree/4.44.0) (2023-08-10) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/4.43.0...4.44.0) diff --git a/README.md b/README.md index f4bd3e5..e6b4486 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 4.44.0 + 4.45.0 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:4.44.0' +implementation 'com.recurly.v3:api-client:4.45.0' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index 3c4f9cc..8d090b0 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,12 @@ - + xsi:schemaLocation="http://maven.apache.org/POM/4.45.0 http://maven.apache.org/xsd/maven-4.45.0.xsd"> 4.0.0 com.recurly.v3 api-client - 4.44.0-SNAPSHOT + 4.45.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.44.0 + 4.45.0 yourcoverallsprojectrepositorytoken