From 9db0de83823fa51e214727bcb370e08605f8d753 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:40:22 +0000 Subject: [PATCH] release: 3.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0dc5001..89c23bac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index cdabea2d..4bca3a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 3.1.1 (2024-12-19) + +Full Changelog: [v3.1.0...v3.1.1](https://github.com/Modern-Treasury/modern-treasury-java/compare/v3.1.0...v3.1.1) + +### Chores + +* **docs:** add example project ([#291](https://github.com/Modern-Treasury/modern-treasury-java/issues/291)) ([592ed0b](https://github.com/Modern-Treasury/modern-treasury-java/commit/592ed0b45702cfd57b95cd724e3756581ef23673)) +* **docs:** update readme ([#289](https://github.com/Modern-Treasury/modern-treasury-java/issues/289)) ([7ace870](https://github.com/Modern-Treasury/modern-treasury-java/commit/7ace870a1ec171ab32b8a7c3207ddee00f5c9828)) +* update parameter examples in tests and docs ([#287](https://github.com/Modern-Treasury/modern-treasury-java/issues/287)) ([c45218f](https://github.com/Modern-Treasury/modern-treasury-java/commit/c45218f7bdc624f0cbf5e73da00ebacf94adba05)) + ## 3.1.0 (2024-12-16) Full Changelog: [v3.0.0...v3.1.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v3.0.0...v3.1.0) diff --git a/README.md b/README.md index 3694efd3..cf58cda6 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/3.1.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/3.1.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:3.1.0") +implementation("com.moderntreasury:modern-treasury-java:3.1.1") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.moderntreasury:modern-treasury-java:3.1.0") com.moderntreasury modern-treasury-java - 3.1.0 + 3.1.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index db33fbe8..ff16abc4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.moderntreasury" - version = "3.1.0" // x-release-please-version + version = "3.1.1" // x-release-please-version } nexusPublishing {