diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6985b929..1b5dc400 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.38.2" + ".": "0.39.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 80f33d92..c2b83d79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.39.0 (2024-06-05) + +Full Changelog: [v0.38.2...v0.39.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.38.2...v0.39.0) + +### ⚠ BREAKING CHANGES + +* **api:** remove some endpoints and other API updates ([#228](https://github.com/lithic-com/lithic-kotlin/issues/228)) + +### Features + +* **api:** remove some endpoints and other API updates ([#228](https://github.com/lithic-com/lithic-kotlin/issues/228)) ([e7d6e4e](https://github.com/lithic-com/lithic-kotlin/commit/e7d6e4e7eff12b7f6b77281985fdc609a00299cf)) + ## 0.38.2 (2024-06-03) Full Changelog: [v0.38.1...v0.38.2](https://github.com/lithic-com/lithic-kotlin/compare/v0.38.1...v0.38.2) diff --git a/README.md b/README.md index e146558d..274204c0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The REST API documentation can be found [on docs.lithic.com](https://docs.lithi ```kotlin -implementation("com.lithic.api:lithic-kotlin:0.38.2") +implementation("com.lithic.api:lithic-kotlin:0.39.0") ``` #### Maven @@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-kotlin:0.38.2") com.lithic.api lithic-kotlin - 0.38.2 + 0.39.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 8b2f9237..2a04d40f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.38.2" // x-release-please-version + version = "0.39.0" // x-release-please-version } nexusPublishing {