From c0a836d032acabc41c4ce9b55b193a1e88def978 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 20:55:36 +0000 Subject: [PATCH] release: 3.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 4 ++-- build.gradle.kts | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0dc5001..89c23bac 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.1.0" + ".": "3.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b2624a6f..ddbf241e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 3.1.1 (2025-01-07) + +Full Changelog: [v3.1.0...v3.1.1](https://github.com/Finch-API/finch-api-kotlin/compare/v3.1.0...v3.1.1) + +### Documentation + +* add params class javadocs ([#316](https://github.com/Finch-API/finch-api-kotlin/issues/316)) ([2c5e284](https://github.com/Finch-API/finch-api-kotlin/commit/2c5e2847fcf6a4ca14c2544485cc237d57e54ba8)) + ## 3.1.0 (2025-01-07) Full Changelog: [v3.0.0...v3.1.0](https://github.com/Finch-API/finch-api-kotlin/compare/v3.0.0...v3.1.0) diff --git a/README.md b/README.md index 4f9cb7ce..a8eff7d0 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The REST API documentation can be foundĀ [in the Finch Documentation Center](htt ```kotlin -implementation("com.tryfinch.api:finch-kotlin:3.1.0") +implementation("com.tryfinch.api:finch-kotlin:3.1.1") ``` #### Maven @@ -30,7 +30,7 @@ implementation("com.tryfinch.api:finch-kotlin:3.1.0") com.tryfinch.api finch-kotlin - 3.1.0 + 3.1.1 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 427d86ce..23a67a69 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ plugins { allprojects { group = "com.tryfinch.api" - version = "3.1.0" // x-release-please-version + version = "3.1.1" // x-release-please-version }