From cff634011cac370f16e6bbef4c8c01aea36663ec Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:14:06 +0000 Subject: [PATCH] release: 0.51.1 --- .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 2b2b4fa9..1687dd57 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.51.0" + ".": "0.51.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f165a3..d9016fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.51.1 (2024-08-21) + +Full Changelog: [v0.51.0...v0.51.1](https://github.com/lithic-com/lithic-java/compare/v0.51.0...v0.51.1) + +### Bug Fixes + +* **docs:** use correct putAdditionalProperty value ([#281](https://github.com/lithic-com/lithic-java/issues/281)) ([3b0e5f9](https://github.com/lithic-com/lithic-java/commit/3b0e5f9fb43ac70a572e03dfad33ca14de8574b6)) + ## 0.51.0 (2024-08-20) Full Changelog: [v0.50.0...v0.51.0](https://github.com/lithic-com/lithic-java/compare/v0.50.0...v0.51.0) diff --git a/README.md b/README.md index e6706b0f..dc2c6644 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.51.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.51.1) @@ -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.51.0") +implementation("com.lithic.api:lithic-java:0.51.1") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.lithic.api:lithic-java:0.51.0") com.lithic.api lithic-java - 0.51.0 + 0.51.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index f42a572e..1ac332bb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.lithic.api" - version = "0.51.0" // x-release-please-version + version = "0.51.1" // x-release-please-version } nexusPublishing {