Skip to content

Commit 53cd93e

Browse files
release: 7.28.0
1 parent e53d4e9 commit 53cd93e

4 files changed

Lines changed: 40 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.27.0"
2+
".": "7.28.0"
33
}

CHANGELOG.md

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

3+
## 7.28.0 (2026-05-08)
4+
5+
Full Changelog: [v7.27.0...v7.28.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.27.0...v7.28.0)
6+
7+
### Features
8+
9+
* **api:** api update ([e53d4e9](https://github.com/Modern-Treasury/modern-treasury-java/commit/e53d4e9feb111e18bd1d4238021d91dfc965a170))
10+
* **api:** api update ([c7b65ad](https://github.com/Modern-Treasury/modern-treasury-java/commit/c7b65ad4a1f092ef4cb0e841e25fa0a8f4083aef))
11+
* **api:** api update ([e337efa](https://github.com/Modern-Treasury/modern-treasury-java/commit/e337efa5c173d688b0f5667ec8b644a5e641f30a))
12+
* **api:** api update ([84160a5](https://github.com/Modern-Treasury/modern-treasury-java/commit/84160a5a754875fbe703928de10305c3ccc73d65))
13+
* **api:** api update ([3454535](https://github.com/Modern-Treasury/modern-treasury-java/commit/345453570ed2cad9c84ce611b7fa71bf203c1475))
14+
* **api:** api update ([03d6982](https://github.com/Modern-Treasury/modern-treasury-java/commit/03d6982749a0956b144607fb9854e2d983c96024))
15+
* **client:** improve logging ([fb69af0](https://github.com/Modern-Treasury/modern-treasury-java/commit/fb69af02b9798e82e0f2eec20193e3e484c59626))
16+
* **client:** more robust error parsing ([c0ad192](https://github.com/Modern-Treasury/modern-treasury-java/commit/c0ad1928aaaa9dfb57c7001b3201ca558a5a55b4))
17+
* **client:** support proxy authentication ([0529812](https://github.com/Modern-Treasury/modern-treasury-java/commit/052981285ae55a75bbd747dbccb3598013cab1d3))
18+
* support setting headers via env ([54d8603](https://github.com/Modern-Treasury/modern-treasury-java/commit/54d86031b1cb4c0f2ec1c5d7d9a6079b0b941dff))
19+
20+
21+
### Performance Improvements
22+
23+
* **client:** create one json mapper ([fda17c9](https://github.com/Modern-Treasury/modern-treasury-java/commit/fda17c9b18984339aa3eb999e0bc1a2688aecacd))
24+
25+
26+
### Chores
27+
28+
* redact api-key headers in debug logs ([33cd609](https://github.com/Modern-Treasury/modern-treasury-java/commit/33cd609bddf6fc3268f893059dc0751aba7fd2d6))
29+
* remove duplicated dokka setup ([d4c9607](https://github.com/Modern-Treasury/modern-treasury-java/commit/d4c9607d1c3ba4bdce4cf52072c09d71ce5d67c8))
30+
31+
32+
### Documentation
33+
34+
* clarify forwards compat behavior ([6b6d075](https://github.com/Modern-Treasury/modern-treasury-java/commit/6b6d075c626c98caf32b1a90e70098599f16bcca))
35+
336
## 7.27.0 (2026-04-21)
437

538
Full Changelog: [v7.26.0...v7.27.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.26.0...v7.27.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.27.0)
6-
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.27.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.27.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.28.0)
6+
[![javadoc](https://javadoc.io/badge2/com.moderntreasury.api/modern-treasury-java/7.28.0/javadoc.svg)](https://javadoc.io/doc/com.moderntreasury.api/modern-treasury-java/7.28.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.27.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.28.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.27.0")
36+
implementation("com.moderntreasury:modern-treasury-java:7.28.0")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("com.moderntreasury:modern-treasury-java:7.27.0")
4242
<dependency>
4343
<groupId>com.moderntreasury</groupId>
4444
<artifactId>modern-treasury-java</artifactId>
45-
<version>7.27.0</version>
45+
<version>7.28.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.27.0" // x-release-please-version
11+
version = "7.28.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)