Skip to content

Commit 907e423

Browse files
release: 0.119.0
1 parent 313ab19 commit 907e423

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-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.118.0"
2+
".": "0.119.0"
33
}

CHANGELOG.md

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

3+
## 0.119.0 (2026-03-05)
4+
5+
Full Changelog: [v0.118.0...v0.119.0](https://github.com/lithic-com/lithic-java/compare/v0.118.0...v0.119.0)
6+
7+
### Features
8+
9+
* **api:** add action_counts to rule performance reports and code to authorization actions ([20e681f](https://github.com/lithic-com/lithic-java/commit/20e681f87cc67eb4aaad477acf4f5a00ef664834))
10+
* **api:** Add Hold API for financial account fund reservations ([e84bda4](https://github.com/lithic-com/lithic-java/commit/e84bda4371688459b68621dfe8defc0688da69bd))
11+
* **api:** Remove deprecated beneficial owner entities field ([9208b91](https://github.com/lithic-com/lithic-java/commit/9208b918e410d7829e59cba6e43304eb0f3489b3))
12+
13+
14+
### Chores
15+
16+
* **internal:** codegen related update ([c308799](https://github.com/lithic-com/lithic-java/commit/c3087996b1eded5d7072dcc496a25eb1a8a4cfd2))
17+
* **internal:** codegen related update ([e6b968b](https://github.com/lithic-com/lithic-java/commit/e6b968b0729d68b7b59b4044cb5beac9a97fddda))
18+
319
## 0.118.0 (2026-02-27)
420

521
Full Changelog: [v0.117.0...v0.118.0](https://github.com/lithic-com/lithic-java/compare/v0.117.0...v0.118.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.118.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.118.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.118.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.119.0)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.119.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.119.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.118.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.119.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.118.0")
36+
implementation("com.lithic.api:lithic-java:0.119.0")
3737
```
3838

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

1414
subprojects {

0 commit comments

Comments
 (0)