Skip to content

Commit df5c90a

Browse files
release: 0.128.0
1 parent ac11497 commit df5c90a

4 files changed

Lines changed: 26 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.127.0"
2+
".": "0.128.0"
33
}

CHANGELOG.md

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

3+
## 0.128.0 (2026-06-15)
4+
5+
Full Changelog: [v0.127.0...v0.128.0](https://github.com/lithic-com/lithic-java/compare/v0.127.0...v0.128.0)
6+
7+
### Features
8+
9+
* **api:** add 13 attributes, interval/unit fields to conditional transaction parameters ([33a0da9](https://github.com/lithic-com/lithic-java/commit/33a0da9d410b49720dc48df34bcd4c9356196282))
10+
* **api:** Add created field and make completed_at nullable in latest_challenge ([14f5f3b](https://github.com/lithic-com/lithic-java/commit/14f5f3bb2e2ad05201f3b5553d1d96c82419554d))
11+
* **api:** add day_of_period field to LoanTape models ([e96e04b](https://github.com/lithic-com/lithic-java/commit/e96e04bd4a1ab99edd8a4bba5cf7bbd154de7d9f))
12+
* **api:** add hold adjustment action to conditional authorization action parameters ([619c52a](https://github.com/lithic-com/lithic-java/commit/619c52ae0c94ab24658f197dfe3a931dad4bffd2))
13+
* **api:** add name_validation field to CardAuthorization ([d92a942](https://github.com/lithic-com/lithic-java/commit/d92a94248f635024ac944b207f174f51faef1cfd))
14+
* **api:** add tags field to Payment and related response models ([ac11497](https://github.com/lithic-com/lithic-java/commit/ac11497633e8c4295330c9f621d65ba4076d9868))
15+
* **api:** Add transaction monitoring spec ([4f5d2c5](https://github.com/lithic-com/lithic-java/commit/4f5d2c59c181d210385cb4c274ef3171798c0123))
16+
17+
18+
### Documentation
19+
20+
* **api:** update support contact from email to URL in account and card ([0df9db9](https://github.com/lithic-com/lithic-java/commit/0df9db999c78ee16730eedd995b96496e96576b9))
21+
322
## 0.127.0 (2026-05-26)
423

524
Full Changelog: [v0.126.0...v0.127.0](https://github.com/lithic-com/lithic-java/compare/v0.126.0...v0.127.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.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)
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.128.0)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.128.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.128.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.127.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.128.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.127.0")
36+
implementation("com.lithic.api:lithic-java:0.128.0")
3737
```
3838

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

1414
subprojects {

0 commit comments

Comments
 (0)