From 1c14c652a250e33f8c86d5404906f6fcc833a0b6 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:07:01 +0000 Subject: [PATCH] release: 2.19.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 60b44f4d..9533e9ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.19.0" + ".": "2.19.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dd00dee..177e54fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 2.19.1 (2024-08-22) + +Full Changelog: [v2.19.0...v2.19.1](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.19.0...v2.19.1) + +### Bug Fixes + +* remove additionalBodyProperties from methods that don't support request bodies ([#212](https://github.com/Modern-Treasury/modern-treasury-java/issues/212)) ([71672f0](https://github.com/Modern-Treasury/modern-treasury-java/commit/71672f056d93f6c8918dc032cc245a79129e0fc3)) + ## 2.19.0 (2024-08-21) Full Changelog: [v2.18.0...v2.19.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.18.0...v2.19.0) diff --git a/README.md b/README.md index 5b1e166e..00ab798c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.moderntreasury.api/modern-treasury-java)](https://central.sonatype.com/artifact/com.moderntreasury.api/modern-treasury-java/2.19.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.moderntreasury.api/modern-treasury-java)](https://central.sonatype.com/artifact/com.moderntreasury.api/modern-treasury-java/2.19.1) @@ -25,7 +25,7 @@ The REST API documentation can be foundĀ on [docs.moderntreasury.com](https://do ```kotlin -implementation("com.moderntreasury:modern-treasury-java:2.19.0") +implementation("com.moderntreasury:modern-treasury-java:2.19.1") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.moderntreasury:modern-treasury-java:2.19.0") com.moderntreasury modern-treasury-java - 2.19.0 + 2.19.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index a848d392..5af57e5d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.moderntreasury" - version = "2.19.0" // x-release-please-version + version = "2.19.1" // x-release-please-version } nexusPublishing {