From b86f076899cad26a2a3c77c99e9e799a6f3d18f8 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 17 Mar 2025 07:35:17 +0000
Subject: [PATCH] chore(main): release 0.5.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 12 ++++++++++++
README.md | 6 +++---
build.gradle.kts | 2 +-
version.txt | 2 +-
5 files changed, 18 insertions(+), 6 deletions(-)
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..7e4d63a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.5.0](https://github.com/open-feature/kotlin-sdk/compare/v0.4.1...v0.5.0) (2025-03-17)
+
+
+### ⚠ BREAKING CHANGES
+
+* add evaluation details for finally hooks ([#136](https://github.com/open-feature/kotlin-sdk/issues/136))
+
+### ✨ 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))
+
## [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 @@
-
-
+
+
@@ -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