Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "7.31.0"
".": "7.32.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<!-- x-release-please-start-version -->

[![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

<!-- x-release-please-end -->

Expand All @@ -25,7 +25,7 @@ Use the Modern Treasury MCP Server to enable AI assistants to interact with this

<!-- x-release-please-start-version -->

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).

<!-- x-release-please-end -->

Expand All @@ -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
Expand All @@ -45,7 +45,7 @@ implementation("com.moderntreasury:modern-treasury-java:7.31.0")
<dependency>
<groupId>com.moderntreasury</groupId>
<artifactId>modern-treasury-java</artifactId>
<version>7.31.0</version>
<version>7.32.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading