diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b07edf5..f80776a4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.1" + ".": "0.13.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 05b4b27f..17bf7291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.13.2 (2023-10-12) + +Full Changelog: [v0.13.1...v0.13.2](https://github.com/lithic-com/lithic-kotlin/compare/v0.13.1...v0.13.2) + +### Chores + +* update README ([#86](https://github.com/lithic-com/lithic-kotlin/issues/86)) ([2b1a91e](https://github.com/lithic-com/lithic-kotlin/commit/2b1a91e0b44954a80a14810bc8da92f59dc75113)) + ## 0.13.1 (2023-10-05) Full Changelog: [v0.13.0...v0.13.1](https://github.com/lithic-com/lithic-kotlin/compare/v0.13.0...v0.13.1) diff --git a/README.md b/README.md index 350a3caf..7080e4f4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The API documentation can be foundĀ [here](https://docs.lithic.com). ```kotlin -implementation("com.lithic.api:lithic-kotlin:0.13.1") +implementation("com.lithic.api:lithic-kotlin:0.13.2") ``` #### Maven @@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-kotlin:0.13.1") com.lithic.api lithic-kotlin - 0.13.1 + 0.13.2 ``` diff --git a/build.gradle.kts b/build.gradle.kts index aa2add66..0e713f04 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.13.1" // x-release-please-version + version = "0.13.2" // x-release-please-version } nexusPublishing {