diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 129fd31a..c1a7e63f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.16.1" + ".": "2.17.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 969031b8..0fe7f8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 2.17.0 (2024-07-15) + +Full Changelog: [v2.16.1...v2.17.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.16.1...v2.17.0) + +### Features + +* **api:** updates ([#198](https://github.com/Modern-Treasury/modern-treasury-java/issues/198)) ([8917ff9](https://github.com/Modern-Treasury/modern-treasury-java/commit/8917ff96b2693e1c563822bda96ed1d24a989b19)) + + +### Chores + +* **ci:** also run workflows for PRs targeting `next` ([#195](https://github.com/Modern-Treasury/modern-treasury-java/issues/195)) ([ac71d1b](https://github.com/Modern-Treasury/modern-treasury-java/commit/ac71d1ba2c0bd7f96686ef1696a5692cc078eac6)) +* **docs:** minor update to formatting of API link in README ([#199](https://github.com/Modern-Treasury/modern-treasury-java/issues/199)) ([826ffbe](https://github.com/Modern-Treasury/modern-treasury-java/commit/826ffbedb22e2e6eea33e01a5956c68beba210de)) + + +### Documentation + +* **examples:** update example values ([#197](https://github.com/Modern-Treasury/modern-treasury-java/issues/197)) ([66da405](https://github.com/Modern-Treasury/modern-treasury-java/commit/66da4050feb7174083f750b726d4b6fb18eda186)) + ## 2.16.1 (2024-07-10) Full Changelog: [v2.16.0...v2.16.1](https://github.com/Modern-Treasury/modern-treasury-java/compare/v2.16.0...v2.16.1) diff --git a/README.md b/README.md index c04dab9f..00545575 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.16.1) +[![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.17.0) @@ -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.16.1") +implementation("com.moderntreasury:modern-treasury-java:2.17.0") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.moderntreasury:modern-treasury-java:2.16.1") com.moderntreasury modern-treasury-java - 2.16.1 + 2.17.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index dcd4ed37..44f41df2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.moderntreasury" - version = "2.16.1" // x-release-please-version + version = "2.17.0" // x-release-please-version } nexusPublishing {