From b7df2432551bd42ff18e90c2334c1b73d8d6b468 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:59:23 -0500 Subject: [PATCH] release: 0.18.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 4ad3fef3..d661066e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.18.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c070412a..9a4c0a93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.18.1 (2024-02-15) + +Full Changelog: [v0.18.0...v0.18.1](https://github.com/Finch-API/finch-api-java/compare/v0.18.0...v0.18.1) + +### Chores + +* **internal:** refactor release environment script ([#147](https://github.com/Finch-API/finch-api-java/issues/147)) ([0071bb2](https://github.com/Finch-API/finch-api-java/commit/0071bb285a9a66ab0e9ecb9959bd6d53920bfeaf)) + ## 0.18.0 (2024-02-02) Full Changelog: [v0.17.1...v0.18.0](https://github.com/Finch-API/finch-api-java/compare/v0.17.1...v0.18.0) diff --git a/README.md b/README.md index 720794d9..b7350260 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/0.18.0) +[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/0.18.1) @@ -25,7 +25,7 @@ The REST API documentation can be foundĀ [in the Finch Documentation Center](htt ```kotlin -implementation("com.tryfinch.api:finch-java:0.18.0") +implementation("com.tryfinch.api:finch-java:0.18.1") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.tryfinch.api:finch-java:0.18.0") com.tryfinch.api finch-java - 0.18.0 + 0.18.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 0a0fab0c..031ed271 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.tryfinch.api" - version = "0.18.0" // x-release-please-version + version = "0.18.1" // x-release-please-version } nexusPublishing {