Skip to content

Commit cbebfd4

Browse files
release: 7.26.0
1 parent 2627d1a commit cbebfd4

File tree

4 files changed

+15
-7
lines changed

4 files changed

+15
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "7.25.0"
2+
".": "7.26.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 7.26.0 (2026-04-08)
4+
5+
Full Changelog: [v7.25.0...v7.26.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.25.0...v7.26.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b7b51ee](https://github.com/Modern-Treasury/modern-treasury-java/commit/b7b51eefff660ad75a79a10938c96179c2a6d498))
10+
311
## 7.25.0 (2026-04-04)
412

513
Full Changelog: [v7.24.0...v7.25.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.24.0...v7.25.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

5-
[![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.25.0)
6-
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.25.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.25.0)
5+
[![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.26.0)
6+
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.26.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.26.0)
77

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

@@ -22,7 +22,7 @@ Use the Modern Treasury MCP Server to enable AI assistants to interact with this
2222
2323
<!-- x-release-please-start-version -->
2424

25-
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.25.0).
25+
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.26.0).
2626

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

@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.moderntreasury.com](https://doc
3333
### Gradle
3434

3535
```kotlin
36-
implementation("com.moderntreasury:modern-treasury-java:7.25.0")
36+
implementation("com.moderntreasury:modern-treasury-java:7.26.0")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("com.moderntreasury:modern-treasury-java:7.25.0")
4242
<dependency>
4343
<groupId>com.moderntreasury</groupId>
4444
<artifactId>modern-treasury-java</artifactId>
45-
<version>7.25.0</version>
45+
<version>7.26.0</version>
4646
</dependency>
4747
```
4848

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.moderntreasury"
11-
version = "7.25.0" // x-release-please-version
11+
version = "7.26.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)