diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a75675aa..051ea520 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "7.31.0" + ".": "7.32.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c7ff97..cb4edd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [7.32.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.31.0...v7.32.0) (2026-09-05) + + +### Features + +* regenerate SDKs from 256e67f3902acc2a01de6f9ebf5a5a59f434d332 ([f12758d](https://github.com/Modern-Treasury/modern-treasury-java/commit/f12758de1b14393b5746382f02ce3176f4b8aa70)) +* regenerate SDKs from 6f84b3ee98f7c58add7e7b9c27ad77e30890d095 ([84a0fb5](https://github.com/Modern-Treasury/modern-treasury-java/commit/84a0fb53ab5836ddde3fec2cf507f4bdf58e1d9e)) + ## [7.31.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.30.3...v7.31.0) (2026-09-04) diff --git a/README.md b/README.md index a6f0c97d..35c41ed4 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ -[![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/7.31.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/7.32.0) [![javadoc][javadoc-badge]][javadoc-doc] -[javadoc-badge]: https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.31.0/javadoc.svg -[javadoc-doc]: https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.31.0 +[javadoc-badge]: https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.32.0/javadoc.svg +[javadoc-doc]: https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.32.0 @@ -25,7 +25,7 @@ Use the Modern Treasury MCP Server to enable AI assistants to interact with this -The REST API documentation can be found on [docs.moderntreasury.com](https://docs.moderntreasury.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.31.0). +The REST API documentation can be found on [docs.moderntreasury.com](https://docs.moderntreasury.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.32.0). @@ -36,7 +36,7 @@ The REST API documentation can be found on [docs.moderntreasury.com](https://doc ### Gradle ```kotlin -implementation("com.moderntreasury:modern-treasury-java:7.31.0") +implementation("com.moderntreasury:modern-treasury-java:7.32.0") ``` ### Maven @@ -45,7 +45,7 @@ implementation("com.moderntreasury:modern-treasury-java:7.31.0") com.moderntreasury modern-treasury-java - 7.31.0 + 7.32.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index cd63a7a6..743b3e36 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.moderntreasury" - version = "7.31.0" // x-release-please-version + version = "7.32.0" // x-release-please-version } subprojects {