Skip to content

Commit eae0df0

Browse files
release: 0.122.0
1 parent 2e2a5c1 commit eae0df0

File tree

4 files changed

+35
-7
lines changed

4 files changed

+35
-7
lines changed

.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.121.0"
2+
".": "0.122.0"
33
}

CHANGELOG.md

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

3+
## 0.122.0 (2026-03-23)
4+
5+
Full Changelog: [v0.121.0...v0.122.0](https://github.com/lithic-com/lithic-java/compare/v0.121.0...v0.122.0)
6+
7+
### Features
8+
9+
* **api:** add CARD_AGE and ACCOUNT_AGE attributes to conditional authorization ([aa189f8](https://github.com/lithic-com/lithic-java/commit/aa189f84c9fa9753c28d42a9dca13a53c36ba54d))
10+
* **api:** add merchant location/service fields, SERVICE_LOCATION authorization attributes ([94423c4](https://github.com/lithic-com/lithic-java/commit/94423c4928f5ff4fcf987abf908bc22429bfde29))
11+
12+
13+
### Chores
14+
15+
* **internal:** switch mock server from steady to prism ([d30a983](https://github.com/lithic-com/lithic-java/commit/d30a9834c4c5def14710340369160fc0b663d4b9))
16+
* **internal:** update gitignore ([d4c610f](https://github.com/lithic-com/lithic-java/commit/d4c610fea4cb7c00c182a76100e0d4db052d5a20))
17+
* **tests:** bump steady to v0.19.4 ([652cb78](https://github.com/lithic-com/lithic-java/commit/652cb7870ecddd6ac42da9eecfcee80e719014e9))
18+
* **tests:** bump steady to v0.19.5 ([acbcb0e](https://github.com/lithic-com/lithic-java/commit/acbcb0e1360e72c1c2aab659d3574a02091ae76b))
19+
* **tests:** bump steady to v0.19.6 ([5b25ba2](https://github.com/lithic-com/lithic-java/commit/5b25ba2f06b6c65c054f4cac82f7be71fdef98bc))
20+
21+
22+
### Documentation
23+
24+
* **api:** add character limit to natureOfBusiness, allowlisting info to qrCodeUrl ([0c513cd](https://github.com/lithic-com/lithic-java/commit/0c513cd1f4928472c9713179b16fa4bea1193cb5))
25+
26+
27+
### Refactors
28+
29+
* **tests:** switch from prism to steady ([d4a050b](https://github.com/lithic-com/lithic-java/commit/d4a050baf1470935fbaa0e715a3240c035691f2b))
30+
331
## 0.121.0 (2026-03-17)
432

533
Full Changelog: [v0.120.0...v0.121.0](https://github.com/lithic-com/lithic-java/compare/v0.120.0...v0.121.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.121.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.121.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.121.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.122.0)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.122.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.122.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.121.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.122.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.121.0")
36+
implementation("com.lithic.api:lithic-java:0.122.0")
3737
```
3838

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

1414
subprojects {

0 commit comments

Comments
 (0)