From b3a537bf7df4c8d706c00f8659d0fe4257873992 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:30:00 +0000 Subject: [PATCH] chore(main): release 0.3.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- build.gradle.kts | 2 +- version.txt | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd427b6c..52de2d51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.1"} +{".":"0.3.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 636b0fbb..352d9f08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.2](https://github.com/open-feature/kotlin-sdk/compare/v0.3.1...v0.3.2) (2024-12-17) + + +### 🧹 Chore + +* **deps:** update plugin io.github.gradle-nexus.publish-plugin to v2 ([#103](https://github.com/open-feature/kotlin-sdk/issues/103)) ([4443e0a](https://github.com/open-feature/kotlin-sdk/commit/4443e0a5eeb9ca4066f30a7039bce51a725c9cf7)) + ## [0.3.1](https://github.com/open-feature/kotlin-sdk/compare/v0.3.0...v0.3.1) (2024-12-17) diff --git a/README.md b/README.md index 55bae8b1..f90910ba 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release
@@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency: ```kotlin dependencies { - api("dev.openfeature:android-sdk:0.3.1") + api("dev.openfeature:android-sdk:0.3.2") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index a92a9067..0e949133 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { allprojects { extra["groupId"] = "dev.openfeature" // x-release-please-start-version - ext["version"] = "0.3.1" + ext["version"] = "0.3.2" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index 9e11b32f..d15723fb 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.1 +0.3.2