Skip to content

Commit 7b88582

Browse files
release: 0.115.1
1 parent da51092 commit 7b88582

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-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.115.0"
2+
".": "0.115.1"
33
}

CHANGELOG.md

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

3+
## 0.115.1 (2026-01-12)
4+
5+
Full Changelog: [v0.115.0...v0.115.1](https://github.com/lithic-com/lithic-java/compare/v0.115.0...v0.115.1)
6+
7+
### Chores
8+
9+
* configure new SDK language ([3dc7d3f](https://github.com/lithic-com/lithic-java/commit/3dc7d3f2903edec88f307dfa5d17e6b5f377e3f0))
10+
* **internal:** codegen related update ([6b3f7ee](https://github.com/lithic-com/lithic-java/commit/6b3f7ee38b9f387e28cce9d19d5fec3a6718cfbf))
11+
* **internal:** support uploading Maven repo artifacts to stainless package server ([da51092](https://github.com/lithic-com/lithic-java/commit/da510920d18bdd6b4e2a655755e9fe21f145bf9f))
12+
313
## 0.115.0 (2026-01-08)
414

515
Full Changelog: [v0.114.0...v0.115.0](https://github.com/lithic-com/lithic-java/compare/v0.114.0...v0.115.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.115.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.115.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.115.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.115.1)
6+
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.115.1/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.115.1)
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.115.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.115.1).
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.115.0")
36+
implementation("com.lithic.api:lithic-java:0.115.1")
3737
```
3838

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

1414
subprojects {

0 commit comments

Comments
 (0)