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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## 0.95.0 (2025-07-08)
4
+
5
+
Full Changelog: [v0.94.1...v0.95.0](https://github.com/lithic-com/lithic-java/compare/v0.94.1...v0.95.0)
6
+
7
+
### Features
8
+
9
+
***api:** add models for merchant_lock_parameters and conditional_3ds_action_parameters ([b59636c](https://github.com/lithic-com/lithic-java/commit/b59636c2cb89ade70cf550def6e9725bc1b12543))
10
+
***api:** api update ([e2c3beb](https://github.com/lithic-com/lithic-java/commit/e2c3beb77d4ad2fe19de8b912c2ed76cb18cfc4c))
11
+
***api:** api update ([18b0eaf](https://github.com/lithic-com/lithic-java/commit/18b0eafd592ef69be6a1908fad502beb11a85091))
12
+
***api:** api update ([999bba7](https://github.com/lithic-com/lithic-java/commit/999bba7db4343cf712dffde3201210a871772007))
13
+
14
+
15
+
### Bug Fixes
16
+
17
+
***api:** name conflict between type and account type ([17cd5ef](https://github.com/lithic-com/lithic-java/commit/17cd5ef02e671bd45043c16dc447c6ce51af65e2))
18
+
19
+
20
+
### Refactors
21
+
22
+
***internal:** minor `ClientOptionsTest` change ([017f196](https://github.com/lithic-com/lithic-java/commit/017f196c2c6801484b43f0ee54f2f5764ed22560))
23
+
3
24
## 0.94.1 (2025-06-29)
4
25
5
26
Full Changelog: [v0.94.0...v0.94.1](https://github.com/lithic-com/lithic-java/compare/v0.94.0...v0.94.1)
@@ -13,7 +13,7 @@ The Lithic Java SDK is similar to the Lithic Kotlin SDK but with minor differenc
13
13
14
14
<!-- x-release-please-start-version -->
15
15
16
-
The REST API documentation can be found on [docs.lithic.com](https://docs.lithic.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.lithic.api/lithic-java/0.94.1).
16
+
The REST API documentation can be found on [docs.lithic.com](https://docs.lithic.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.lithic.api/lithic-java/0.95.0).
17
17
18
18
<!-- x-release-please-end -->
19
19
@@ -24,7 +24,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
0 commit comments