You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# Changelog
2
2
3
+
## 7.23.0 (2026-03-18)
4
+
5
+
Full Changelog: [v7.22.0...v7.23.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.22.0...v7.23.0)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([f4dca4f](https://github.com/Modern-Treasury/modern-treasury-java/commit/f4dca4f97d656bcf908dfc1aa45564f45df7bf0c))
10
+
***api:** Use MultipartField<JsonValue> for _vendorAttributes ([e50528f](https://github.com/Modern-Treasury/modern-treasury-java/commit/e50528fdb1432b034b45f40ec3ca7c179f4df274))
11
+
***tests:** fix lint errors and build errors ([665ff75](https://github.com/Modern-Treasury/modern-treasury-java/commit/665ff758312e83d3efeb289e50bd57880361ac37))
12
+
***tests:** updates tests with multipart ([1682f1f](https://github.com/Modern-Treasury/modern-treasury-java/commit/1682f1f0c924ed0da968ea1ecc802206214e5530))
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
***client:** allow updating header/query affecting fields in `toBuilder()` ([cc5a777](https://github.com/Modern-Treasury/modern-treasury-java/commit/cc5a77705102f23c5c4c2b06c9faa77bf70448ac))
18
+
3
19
## 7.22.0 (2026-03-17)
4
20
5
21
Full Changelog: [v7.21.0...v7.22.0](https://github.com/Modern-Treasury/modern-treasury-java/compare/v7.21.0...v7.22.0)
@@ -22,7 +22,7 @@ Use the Modern Treasury MCP Server to enable AI assistants to interact with this
22
22
23
23
<!-- x-release-please-start-version -->
24
24
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.22.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.23.0).
26
26
27
27
<!-- x-release-please-end -->
28
28
@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.moderntreasury.com](https://doc
0 commit comments