From dbf3d56938d87663ea781e415ba67bd288b85834 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Fri, 15 Sep 2023 06:16:03 -0400 Subject: [PATCH] release: 0.12.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dfa233e3..969752a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.3" + ".": "0.12.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cd33dc9..169a83d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.12.4 (2023-09-15) + +Full Changelog: [v0.12.3...v0.12.4](https://github.com/lithic-com/lithic-java/compare/v0.12.3...v0.12.4) + +### Features + +* **client:** retry on 408 Request Timeout ([#80](https://github.com/lithic-com/lithic-java/issues/80)) ([9a993d3](https://github.com/lithic-com/lithic-java/commit/9a993d3137caa754d93b161d5cdc6c2d9ef1ca3a)) + ## 0.12.3 (2023-09-11) Full Changelog: [v0.12.2...v0.12.3](https://github.com/lithic-com/lithic-java/compare/v0.12.2...v0.12.3) diff --git a/README.md b/README.md index 49d2d2fa..f2ff2044 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.12.3) +[![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.12.4) @@ -27,7 +27,7 @@ The API documentation can be foundĀ [here](https://docs.lithic.com). ```kotlin -implementation("com.lithic.api:lithic-java:0.12.3") +implementation("com.lithic.api:lithic-java:0.12.4") ``` #### Maven @@ -36,7 +36,7 @@ implementation("com.lithic.api:lithic-java:0.12.3") com.lithic.api lithic-java - 0.12.3 + 0.12.4 ``` diff --git a/build.gradle.kts b/build.gradle.kts index d7c94ef1..51572eeb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.12.3" // x-release-please-version + version = "0.12.4" // x-release-please-version } nexusPublishing {