Skip to content

Commit d64aebe

Browse files
release: 0.127.0
1 parent 0658929 commit d64aebe

4 files changed

Lines changed: 29 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-
".": "0.126.0"
2+
".": "0.127.0"
33
}

CHANGELOG.md

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

3+
## 0.127.0 (2026-05-21)
4+
5+
Full Changelog: [v0.126.0...v0.127.0](https://github.com/lithic-com/lithic-java/compare/v0.126.0...v0.127.0)
6+
7+
### Features
8+
9+
* **api:** add card authorization challenge webhook, rename types in authorization models ([295e9f3](https://github.com/lithic-com/lithic-java/commit/295e9f3ce7a09c03f9c31b490f9b176d16c9194a))
10+
* **api:** add INVALID_PAN to TokenizationDeclineReason enum ([7234968](https://github.com/lithic-com/lithic-java/commit/7234968c99d3b300407b74fec7122c7eeeab970a))
11+
* **api:** add method field and enum values to authorization challenge types ([b6c52f0](https://github.com/lithic-com/lithic-java/commit/b6c52f0a30c17ce8d0ecb241a1c0b947eac43a45))
12+
13+
14+
### Bug Fixes
15+
16+
* **types:** change number from Long to Double in ConditionalValue and conditional actions ([57b5b27](https://github.com/lithic-com/lithic-java/commit/57b5b279f5c23550dbc40946227d483410ca0c14))
17+
* **types:** make cardholderCurrency optional in CardProgram ([0658929](https://github.com/lithic-com/lithic-java/commit/0658929f008d2e4510f2b26c64bd5e1109ee6a8e))
18+
* **types:** make externalId/naicsCode/parentCompany optional in enrollment review and kyb ([1839dc3](https://github.com/lithic-com/lithic-java/commit/1839dc349ea7c9bf1381af04ad8f4728ceec937a))
19+
20+
21+
### Documentation
22+
23+
* **api:** clarify ACCOUNT_AGE attribute behavior in conditional parameters ([c4a5ee1](https://github.com/lithic-com/lithic-java/commit/c4a5ee1383f947a8662ce80c3a2a1d785c76a228))
24+
325
## 0.126.0 (2026-05-08)
426

527
Full Changelog: [v0.125.0...v0.126.0](https://github.com/lithic-com/lithic-java/compare/v0.125.0...v0.126.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.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.126.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.126.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.126.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.127.0)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.127.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.127.0)
77

88
<!-- x-release-please-end -->
99

@@ -22,7 +22,7 @@ Use the Lithic MCP Server to enable AI assistants to interact with this API, all
2222
2323
<!-- x-release-please-start-version -->
2424

25-
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.126.0).
25+
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.127.0).
2626

2727
<!-- x-release-please-end -->
2828

@@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
3333
### Gradle
3434

3535
```kotlin
36-
implementation("com.lithic.api:lithic-java:0.126.0")
36+
implementation("com.lithic.api:lithic-java:0.127.0")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("com.lithic.api:lithic-java:0.126.0")
4242
<dependency>
4343
<groupId>com.lithic.api</groupId>
4444
<artifactId>lithic-java</artifactId>
45-
<version>0.126.0</version>
45+
<version>0.127.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.lithic.api"
11-
version = "0.126.0" // x-release-please-version
11+
version = "0.127.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)