Skip to content

Commit 706fcdc

Browse files
chore(main): release 0.4.1 (#135)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fc0ff3d commit 706fcdc

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.0"}
1+
{".":"0.4.1"}

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.4.1](https://github.com/open-feature/kotlin-sdk/compare/v0.4.0...v0.4.1) (2025-03-11)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ignore cancellation exceptions ([#134](https://github.com/open-feature/kotlin-sdk/issues/134)) ([d6ac0a4](https://github.com/open-feature/kotlin-sdk/commit/d6ac0a4eb4b49035360d5a186326842e541bc1e2))
9+
10+
11+
### ✨ New Features
12+
13+
* add otel compatible telemetry signal ([#129](https://github.com/open-feature/kotlin-sdk/issues/129)) ([fc0ff3d](https://github.com/open-feature/kotlin-sdk/commit/fc0ff3d95403498696d25fdb8a4a4f29ea1b0248))
14+
315
## [0.4.0](https://github.com/open-feature/kotlin-sdk/compare/v0.3.3...v0.4.0) (2025-03-05)
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.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.4.0&color=blue&style=for-the-badge" />
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" />
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.0")
51+
api("dev.openfeature:android-sdk:0.4.1")
5252
}
5353
```
5454

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
allprojects {
1010
extra["groupId"] = "dev.openfeature"
1111
// x-release-please-start-version
12-
ext["version"] = "0.4.0"
12+
ext["version"] = "0.4.1"
1313
// x-release-please-end
1414
}
1515
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.0
1+
0.4.1

0 commit comments

Comments
 (0)