diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 091cfb12..e1a24428 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 128b8e6f..c65b2141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.1](https://github.com/lithic-com/lithic-java/compare/v0.10.0...v0.10.1) (2023-06-19) + + +### Documentation + +* **api:** clarify dispute evidence filename docstring ([#7](https://github.com/lithic-com/lithic-java/issues/7)) ([adf74fb](https://github.com/lithic-com/lithic-java/commit/adf74fbdf41b593305ec298cb1153c56c58dd759)) + ## [0.10.0](https://github.com/lithic-com/lithic-java/compare/v0.9.0...v0.10.0) (2023-06-15) diff --git a/README.md b/README.md index 13780273..252334eb 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.10.0) +[![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.10.1) @@ -27,7 +27,7 @@ The API documentation can be foundĀ [here](https://docs.lithic.com). ```kotlin -implementation("com.lithic.api:lithic-java:0.10.0") +implementation("com.lithic.api:lithic-java:0.10.1") ``` #### Maven @@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.10.0") com.lithic.api lithic-java - 0.10.0 + 0.10.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d4ab0ffa..98de2415 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.10.0" // x-release-please-version + version = "0.10.1" // x-release-please-version } nexusPublishing {