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