Skip to content

Commit 6967f4a

Browse files
release: 6.3.0
1 parent 6cd2213 commit 6967f4a

4 files changed

Lines changed: 31 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-
".": "6.2.0"
2+
".": "6.3.0"
33
}

CHANGELOG.md

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

3+
## 6.3.0 (2025-05-02)
4+
5+
Full Changelog: [v6.2.0...v6.3.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v6.2.0...v6.3.0)
6+
7+
### Features
8+
9+
* **api:** only send idempotency headers on PUT / POST requests ([b6af4eb](https://github.com/Modern-Treasury/modern-treasury-java/commit/b6af4ebca72513731d994db5ba84609b10d7aa0c))
10+
11+
12+
### Bug Fixes
13+
14+
* **client:** add missing convenience methods ([ac3f059](https://github.com/Modern-Treasury/modern-treasury-java/commit/ac3f05909d3c136609f25520e6412353dc518f52))
15+
* **internal:** format ([897821c](https://github.com/Modern-Treasury/modern-treasury-java/commit/897821ce9b3d209dc7609cde4a827c0a08400f02))
16+
17+
18+
### Chores
19+
20+
* **ci:** add timeout thresholds for CI jobs ([0622aaf](https://github.com/Modern-Treasury/modern-treasury-java/commit/0622aafaa9c6b587110cebfa76b7400989d7b2b2))
21+
* **ci:** only use depot for staging repos ([62b7483](https://github.com/Modern-Treasury/modern-treasury-java/commit/62b7483bf16ff40e2934931ee3d150bb4a8ea0ed))
22+
* **ci:** run on more branches and use depot runners ([0daa6f8](https://github.com/Modern-Treasury/modern-treasury-java/commit/0daa6f89440339d9a527d9c5b56c3e8d97a8e3ef))
23+
* **internal:** java 17 -> 21 on ci ([6511256](https://github.com/Modern-Treasury/modern-treasury-java/commit/65112564512234ff8fc9c4db0e049bb92d50a46c))
24+
* **internal:** update java toolchain ([6cd2213](https://github.com/Modern-Treasury/modern-treasury-java/commit/6cd2213a29baa1889b2a7caf19a7bb6d1a5a8664))
25+
* **internal:** use `byteInputStream()` in tests ([ac3f059](https://github.com/Modern-Treasury/modern-treasury-java/commit/ac3f05909d3c136609f25520e6412353dc518f52))
26+
327
## 6.2.0 (2025-04-16)
428

529
Full Changelog: [v6.1.0...v6.2.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v6.1.0...v6.2.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/6.2.0)
6-
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/6.2.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/6.2.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/6.3.0)
6+
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/6.3.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/6.3.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/6.2.0).
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/6.3.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:6.2.0")
27+
implementation("com.moderntreasury:modern-treasury-java:6.3.0")
2828
```
2929

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

build.gradle.kts

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

1010
allprojects {
1111
group = "com.moderntreasury"
12-
version = "6.2.0" // x-release-please-version
12+
version = "6.3.0" // x-release-please-version
1313
}
1414

1515
subprojects {

0 commit comments

Comments
 (0)