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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Changelog
2
2
3
+
## 0.70.0 (2024-11-07)
4
+
5
+
Full Changelog: [v0.69.0...v0.70.0](https://github.com/lithic-com/lithic-java/compare/v0.69.0...v0.70.0)
6
+
7
+
### ⚠ BREAKING CHANGES
8
+
9
+
***client:** replace multimaps with custom types ([#381](https://github.com/lithic-com/lithic-java/issues/381))
10
+
11
+
### Features
12
+
13
+
***client:** additional builder setters for error class ([142b1f9](https://github.com/lithic-com/lithic-java/commit/142b1f935c0f611b8e8adc4822c0a6d3023a6be7))
14
+
***client:** more additional body param setters ([#383](https://github.com/lithic-com/lithic-java/issues/383)) ([6f7cd8d](https://github.com/lithic-com/lithic-java/commit/6f7cd8dbfab6cb7e05f3ed09eb743d36efb91b2c))
15
+
***client:** replace multimaps with custom types ([#381](https://github.com/lithic-com/lithic-java/issues/381)) ([dd6f587](https://github.com/lithic-com/lithic-java/commit/dd6f5871681fa6a2e9f41a00ba37db20335f39b9))
16
+
17
+
18
+
### Bug Fixes
19
+
20
+
***client:** error class `toBuilder` not copying fields ([#384](https://github.com/lithic-com/lithic-java/issues/384)) ([142b1f9](https://github.com/lithic-com/lithic-java/commit/142b1f935c0f611b8e8adc4822c0a6d3023a6be7))
21
+
22
+
23
+
### Chores
24
+
25
+
***api:** adds replacement_account_token to Card create parameters ([#379](https://github.com/lithic-com/lithic-java/issues/379)) ([227af0e](https://github.com/lithic-com/lithic-java/commit/227af0e80ac6a01d446b39ffcd1e43b8f8b0fae4))
26
+
3
27
## 0.69.0 (2024-11-05)
4
28
5
29
Full Changelog: [v0.68.0...v0.69.0](https://github.com/lithic-com/lithic-java/compare/v0.68.0...v0.69.0)
0 commit comments