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
***api:** add WALLET_RECOMMENDATION_REASONS attribute for tokenization rules ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d))
16
+
***api:** provide a unified model for AuthRule ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d))
17
+
18
+
19
+
### Bug Fixes
20
+
21
+
***api:** extract several common types to reduce duplication ([713f81e](https://github.com/lithic-com/lithic-java/commit/713f81e8e58763762f07358edda1fe0b97a041dc))
22
+
***api:** fix examples in spec that were not fully valid ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d))
23
+
***api:** make certain payoff fields nullable ([7545f9b](https://github.com/lithic-com/lithic-java/commit/7545f9b4a91eff8e057133d099cf5aeb489adf7d))
24
+
***client:** cancel okhttp call when future cancelled ([99c266a](https://github.com/lithic-com/lithic-java/commit/99c266a62f1b3fcd92ea9cf0ad56c5c5e130fd06))
25
+
26
+
27
+
### Documentation
28
+
29
+
***api:** clarify error 422 for 3DS challenge response ([a8c6766](https://github.com/lithic-com/lithic-java/commit/a8c67666f0575c873d3f8c0244c1f7747861ba98))
30
+
* remove `$` for better copy-pasteabality ([7c3897e](https://github.com/lithic-com/lithic-java/commit/7c3897e8506a633273f462ddd7964b92ace98d3f))
31
+
3
32
## 0.113.0 (2025-11-20)
4
33
5
34
Full Changelog: [v0.112.0...v0.113.0](https://github.com/lithic-com/lithic-java/compare/v0.112.0...v0.113.0)
@@ -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.113.0).
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.114.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