From 668950b5a3d941a54fe14580a0bb9e094082b845 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Mon, 1 Jul 2024 19:05:44 +0000 Subject: [PATCH 1/2] chore: sync openapi spec (#236) --- .stats.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stats.yml b/.stats.yml index 6fd4243c..0719193f 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 36 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-4e739f38d47eaea407bcc974cd10c25aad8062a965ebb37dd37014135744cbb9.yml \ No newline at end of file +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-d354479cc46ae377d1b32b8896fd1ffdf4abb8a64e1ef49159fa20528e9e1288.yml \ No newline at end of file From d77ed7a3ebb06058a95f07878c58f9254d7b9541 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:05:57 +0000 Subject: [PATCH 2/2] release: 0.29.2 --- .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 7ed8b9a2..2f6aa917 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.29.1" + ".": "0.29.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c764f0d9..d7c791f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.29.2 (2024-07-01) + +Full Changelog: [v0.29.1...v0.29.2](https://github.com/Finch-API/finch-api-java/compare/v0.29.1...v0.29.2) + +### Chores + +* sync openapi spec ([#236](https://github.com/Finch-API/finch-api-java/issues/236)) ([668950b](https://github.com/Finch-API/finch-api-java/commit/668950b5a3d941a54fe14580a0bb9e094082b845)) + ## 0.29.1 (2024-06-28) Full Changelog: [v0.29.0...v0.29.1](https://github.com/Finch-API/finch-api-java/compare/v0.29.0...v0.29.1) diff --git a/README.md b/README.md index b455728c..c772c95f 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.29.1) +[![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.29.2) @@ -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.29.1") +implementation("com.tryfinch.api:finch-java:0.29.2") ``` #### Maven @@ -34,7 +34,7 @@ implementation("com.tryfinch.api:finch-java:0.29.1") com.tryfinch.api finch-java - 0.29.1 + 0.29.2 ``` diff --git a/build.gradle.kts b/build.gradle.kts index f3ed972b..dc1f56e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.tryfinch.api" - version = "0.29.1" // x-release-please-version + version = "0.29.2" // x-release-please-version } nexusPublishing {