diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 559b4513..19ba9e33 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.36.1" + ".": "0.36.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ebe9fc21..53ff287d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.36.2 (2024-06-03) + +Full Changelog: [v0.36.1...v0.36.2](https://github.com/lithic-com/lithic-java/compare/v0.36.1...v0.36.2) + +### Bug Fixes + +* **examples:** numerical examples now respect [min, max] range ([#233](https://github.com/lithic-com/lithic-java/issues/233)) ([05d3f61](https://github.com/lithic-com/lithic-java/commit/05d3f61aaaa46e52c3d12d5895933a5e20349076)) + ## 0.36.1 (2024-05-30) Full Changelog: [v0.36.0...v0.36.1](https://github.com/lithic-com/lithic-java/compare/v0.36.0...v0.36.1) diff --git a/README.md b/README.md index 423292f8..f0be30a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![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.36.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.36.2) @@ -25,7 +25,7 @@ The REST API documentation can be foundĀ [on docs.lithic.com](https://docs.lithi ```kotlin -implementation("com.lithic.api:lithic-java:0.36.1") +implementation("com.lithic.api:lithic-java:0.36.2") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.lithic.api:lithic-java:0.36.1") com.lithic.api lithic-java - 0.36.1 + 0.36.2 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 13920b5d..92026600 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.36.1" // x-release-please-version + version = "0.36.2" // x-release-please-version } nexusPublishing {