Skip to content

Commit b86f076

Browse files
chore(main): release 0.5.0
1 parent d8b58b4 commit b86f076

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.4.1"}
1+
{".":"0.5.0"}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/open-feature/kotlin-sdk/compare/v0.4.1...v0.5.0) (2025-03-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add evaluation details for finally hooks ([#136](https://github.com/open-feature/kotlin-sdk/issues/136))
9+
10+
### ✨ New Features
11+
12+
* 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))
13+
* **sampleapp:** Adding sample app ([#132](https://github.com/open-feature/kotlin-sdk/issues/132)) ([d8b58b4](https://github.com/open-feature/kotlin-sdk/commit/d8b58b48ad1a89ab31e1f1c2d553e6c7c516f7a8))
14+
315
## [0.4.1](https://github.com/open-feature/kotlin-sdk/compare/v0.4.0...v0.4.1) (2025-03-11)
416

517

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.4.1">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.1&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.5.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.5.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency:
4848
<!-- x-release-please-start-version -->
4949
```kotlin
5050
dependencies {
51-
api("dev.openfeature:android-sdk:0.4.1")
51+
api("dev.openfeature:android-sdk:0.5.0")
5252
}
5353
```
5454

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
allprojects {
1111
extra["groupId"] = "dev.openfeature"
1212
// x-release-please-start-version
13-
ext["version"] = "0.4.1"
13+
ext["version"] = "0.5.0"
1414
// x-release-please-end
1515
}
1616
group = project.extra["groupId"].toString()

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.1
1+
0.5.0

0 commit comments

Comments
 (0)