diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eb4e0dba..caf14871 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.10.0" + ".": "1.11.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c65000..e7a0f664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 1.11.0 (2024-11-19) + +Full Changelog: [v1.10.0...v1.11.0](https://github.com/Finch-API/finch-api-java/compare/v1.10.0...v1.11.0) + +### Features + +* **api:** api update ([#329](https://github.com/Finch-API/finch-api-java/issues/329)) ([123d80c](https://github.com/Finch-API/finch-api-java/commit/123d80cd9329a60376368502d17ea6bd3ee8b2b3)) + + +### Chores + +* rebuild project due to codegen change ([#325](https://github.com/Finch-API/finch-api-java/issues/325)) ([96b384c](https://github.com/Finch-API/finch-api-java/commit/96b384c1117eb07e946349a47dfdb4aeee01b4d7)) +* rebuild project due to codegen change ([#328](https://github.com/Finch-API/finch-api-java/issues/328)) ([11dba94](https://github.com/Finch-API/finch-api-java/commit/11dba9441b91130ed65afd3bdb56e8430002583f)) +* rebuild project due to codegen change ([#330](https://github.com/Finch-API/finch-api-java/issues/330)) ([317e18f](https://github.com/Finch-API/finch-api-java/commit/317e18fa1107e6be1de1f4dfb751a1d565906102)) + ## 1.10.0 (2024-11-01) Full Changelog: [v1.9.0...v1.10.0](https://github.com/Finch-API/finch-api-java/compare/v1.9.0...v1.10.0) diff --git a/README.md b/README.md index 634f8177..90ba3160 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/1.10.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/1.11.0) @@ -27,7 +27,7 @@ The REST API documentation can be foundĀ [in the Finch Documentation Center](htt ```kotlin -implementation("com.tryfinch.api:finch-java:1.10.0") +implementation("com.tryfinch.api:finch-java:1.11.0") ``` #### Maven @@ -36,7 +36,7 @@ implementation("com.tryfinch.api:finch-java:1.10.0") com.tryfinch.api finch-java - 1.10.0 + 1.11.0 ``` diff --git a/build.gradle.kts b/build.gradle.kts index f85b566e..02dd94a2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.tryfinch.api" - version = "1.10.0" // x-release-please-version + version = "1.11.0" // x-release-please-version } nexusPublishing {