Skip to content

Commit b86db28

Browse files
release: 7.2.0
1 parent 1f4c7c5 commit b86db28

4 files changed

Lines changed: 25 additions & 7 deletions

File tree

.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.1.1"
2+
".": "7.2.0"
33
}

CHANGELOG.md

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

3+
## 7.2.0 (2025-06-16)
4+
5+
Full Changelog: [v7.1.1...v7.2.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.1.1...v7.2.0)
6+
7+
### Features
8+
9+
* **api:** api update ([564a5bb](https://github.com/Modern-Treasury/modern-treasury-java/commit/564a5bb2779cd71e8a5e3129792adc5e490c3b69))
10+
* **api:** api update ([482933f](https://github.com/Modern-Treasury/modern-treasury-java/commit/482933f54190e74553e451e9b84604c4a13db328))
11+
* **client:** add a `withOptions` method ([90fac4c](https://github.com/Modern-Treasury/modern-treasury-java/commit/90fac4c65c6f0f3db2faf5abc99bf770488bc99a))
12+
* **client:** implement per-endpoint base URL support ([cb4fbd8](https://github.com/Modern-Treasury/modern-treasury-java/commit/cb4fbd8f03387c28c63c5e17bbab04611c813fc4))
13+
14+
15+
### Bug Fixes
16+
17+
* **client:** header pagination bug ([1f4c7c5](https://github.com/Modern-Treasury/modern-treasury-java/commit/1f4c7c525858a2c5fd438a41a3193d202e92d38f))
18+
* **client:** linting ([21379ce](https://github.com/Modern-Treasury/modern-treasury-java/commit/21379ce3fd721a8e0dd18e9072f53be88444a103))
19+
* **tests:** fix test value ([15e789f](https://github.com/Modern-Treasury/modern-treasury-java/commit/15e789f01faa3062cc5b9d8881d509d8547bf583))
20+
321
## 7.1.1 (2025-05-29)
422

523
Full Changelog: [v7.1.0...v7.1.1](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.1.0...v7.1.1)

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.1.1)
6-
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.1.1/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.1.1)
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.2.0)
6+
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.2.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.2.0)
77

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

@@ -13,7 +13,7 @@ The Modern Treasury Java SDK is similar to the Modern Treasury Kotlin SDK but wi
1313

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

16-
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.1.1).
16+
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.2.0).
1717

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

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

2626
```kotlin
27-
implementation("com.moderntreasury:modern-treasury-java:7.1.1")
27+
implementation("com.moderntreasury:modern-treasury-java:7.2.0")
2828
```
2929

3030
### Maven
@@ -33,7 +33,7 @@ implementation("com.moderntreasury:modern-treasury-java:7.1.1")
3333
<dependency>
3434
<groupId>com.moderntreasury</groupId>
3535
<artifactId>modern-treasury-java</artifactId>
36-
<version>7.1.1</version>
36+
<version>7.2.0</version>
3737
</dependency>
3838
```
3939

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.1.1" // x-release-please-version
11+
version = "7.2.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)