From 920e768b2fed0fc17a08f7ed8649022058397bc1 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 24 May 2024 21:04:41 +0000 Subject: [PATCH] 3.29.0 [Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.28.0...3.29.0) **Merged Pull Requests** - Generated Latest Changes for v2019-10-10 [#274](https://github.com/recurly/recurly-client-java/pull/274) ([recurly-integrations](https://github.com/recurly-integrations)) --- .bumpversion.cfg | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- pom.xml | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95f83af..e1a1a49 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.28.0 +current_version = 3.29.0 parse = (?P\d+) \.(?P\d+) \.(?P\d+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aec571..997179d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [3.29.0](https://github.com/recurly/recurly-client-java/tree/3.29.0) (2024-05-24) + +[Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.28.0...3.29.0) + + +**Merged Pull Requests** + +- Generated Latest Changes for v2019-10-10 [#274](https://github.com/recurly/recurly-client-java/pull/274) ([recurly-integrations](https://github.com/recurly-integrations)) + + + ## [3.28.0](https://github.com/recurly/recurly-client-java/tree/3.28.0) (2023-05-23) [Full Changelog](https://github.com/recurly/recurly-client-java/compare/3.27.0...3.28.0) diff --git a/README.md b/README.md index fba0488..24fa38b 100644 --- a/README.md +++ b/README.md @@ -21,14 +21,14 @@ As a Maven dependency: com.recurly.v3 api-client - 3.28.0 + 3.29.0 ``` Gradle: ```groovy -implementation 'com.recurly.v3:api-client:3.28.0' +implementation 'com.recurly.v3:api-client:3.29.0' ``` You can find further release and distribution details on diff --git a/pom.xml b/pom.xml index ba7bf27..809576f 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.recurly.v3 api-client - 3.28.0-SNAPSHOT + 3.29.0-SNAPSHOT Recurly API V3 Java Client The official Java client for Recurly's V3 API.