diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 49c2452e..0fabe972 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.26.4" + ".": "0.26.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb0e116..7035d0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.26.5 (2024-04-30) + +Full Changelog: [v0.26.4...v0.26.5](https://github.com/Finch-API/finch-api-java/compare/v0.26.4...v0.26.5) + +### Chores + +* **internal:** add scripts/mock ([#206](https://github.com/Finch-API/finch-api-java/issues/206)) ([e44e504](https://github.com/Finch-API/finch-api-java/commit/e44e5045a3d8715e710d1be2abc209e585a7f882)) + ## 0.26.4 (2024-04-30) Full Changelog: [v0.26.3...v0.26.4](https://github.com/Finch-API/finch-api-java/compare/v0.26.3...v0.26.4) diff --git a/README.md b/README.md index 49c42375..05dfc3bf 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.26.4) +[![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.26.5) @@ -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.26.4") +implementation("com.tryfinch.api:finch-java:0.26.5") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.tryfinch.api:finch-java:0.26.4") com.tryfinch.api finch-java - 0.26.4 + 0.26.5 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 1981925a..be826f25 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.tryfinch.api" - version = "0.26.4" // x-release-please-version + version = "0.26.5" // x-release-please-version } nexusPublishing {