From 65f83882ade8d9e1b5ebde3c00d8a573516f2a65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 07:14:39 +0000 Subject: [PATCH] chore(main): release 0.5.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- version.txt | 2 +- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0bbe194f..6bbfeb6d 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 bcc8fe1f..d10426ee 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 abe729c6..50be597a 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 adc4f27a..86593d7c 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 267577d4..8f0916f7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.4.1 +0.5.0