diff --git a/.github/workflows/publish-sonatype.yml b/.github/workflows/publish-sonatype.yml index 1845faf53..cd7b92eec 100644 --- a/.github/workflows/publish-sonatype.yml +++ b/.github/workflows/publish-sonatype.yml @@ -22,7 +22,7 @@ jobs: distribution: temurin java-version: | 8 - 17 + 21 cache: gradle - name: Set up Gradle diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 73033badf..ae680287b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.102.1" + ".": "0.102.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c231081f5..e84bc4606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.102.2 (2025-09-03) + +Full Changelog: [v0.102.1...v0.102.2](https://github.com/lithic-com/lithic-java/compare/v0.102.1...v0.102.2) + +### Bug Fixes + +* **ci:** use java-version 21 for publish step ([d5befc0](https://github.com/lithic-com/lithic-java/commit/d5befc05b5ee183bcab519155ad4d42400448c61)) + ## 0.102.1 (2025-08-23) Full Changelog: [v0.102.0...v0.102.1](https://github.com/lithic-com/lithic-java/compare/v0.102.0...v0.102.1) diff --git a/README.md b/README.md index 4b78e7961..734513af3 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ -[![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.102.1) -[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.102.1/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.102.1) +[![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.102.2) +[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.102.2/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.102.2) @@ -13,7 +13,7 @@ The Lithic Java SDK is similar to the Lithic Kotlin SDK but with minor differenc -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.102.1). +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.102.2). @@ -24,7 +24,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic ### Gradle ```kotlin -implementation("com.lithic.api:lithic-java:0.102.1") +implementation("com.lithic.api:lithic-java:0.102.2") ``` ### Maven @@ -33,7 +33,7 @@ implementation("com.lithic.api:lithic-java:0.102.1") com.lithic.api lithic-java - 0.102.1 + 0.102.2 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 223cdee64..ce35cde4c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ repositories { allprojects { group = "com.lithic.api" - version = "0.102.1" // x-release-please-version + version = "0.102.2" // x-release-please-version } subprojects {