diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bbe194..6bbfeb6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.4.1"} +{".":"0.5.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index bcc8fe1..d10426e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.5.0](https://github.com/open-feature/kotlin-sdk/compare/v0.4.1...v0.5.0) (2025-07-29) + + +### โš  BREAKING CHANGES + +* add evaluation details for finally hooks ([#136](https://github.com/open-feature/kotlin-sdk/issues/136)) + +### ๐Ÿ› Bug Fixes + +* Immutability of context ([#151](https://github.com/open-feature/kotlin-sdk/issues/151)) ([4ba03b8](https://github.com/open-feature/kotlin-sdk/commit/4ba03b8e1ab67eb43bee5db790b71346aa2a8470)) + + +### โœจ New Features + +* add evaluation details for finally hooks ([#136](https://github.com/open-feature/kotlin-sdk/issues/136)) ([9847a52](https://github.com/open-feature/kotlin-sdk/commit/9847a52221dc91abe1a7d24b655b5c73925ee3c7)) +* **sampleapp:** Adding sample app ([#132](https://github.com/open-feature/kotlin-sdk/issues/132)) ([d8b58b4](https://github.com/open-feature/kotlin-sdk/commit/d8b58b48ad1a89ab31e1f1c2d553e6c7c516f7a8)) + + +### ๐Ÿงน Chore + +* **deps:** update dependency gradle to v8.14.3 ([#98](https://github.com/open-feature/kotlin-sdk/issues/98)) ([62dcbde](https://github.com/open-feature/kotlin-sdk/commit/62dcbdedbb8c4d22cad3ea998d226998d92422be)) + ## [0.4.1](https://github.com/open-feature/kotlin-sdk/compare/v0.4.0...v0.4.1) (2025-03-11) diff --git a/README.md b/README.md index abe729c..50be597 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.4.1") + api("dev.openfeature:android-sdk:0.5.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index adc4f27..86593d7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -10,7 +10,7 @@ plugins { allprojects { extra["groupId"] = "dev.openfeature" // x-release-please-start-version - ext["version"] = "0.4.1" + ext["version"] = "0.5.0" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index 267577d..8f0916f 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.1 +0.5.0