Skip to content

Commit 600b488

Browse files
chore(main): release 0.4.0 (#121)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a120d8a commit 600b488

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-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.3.3"}
1+
{".":"0.4.0"}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/open-feature/kotlin-sdk/compare/v0.3.3...v0.4.0) (2025-03-05)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* rework states and adapt spec v0.8 ([#117](https://github.com/open-feature/kotlin-sdk/issues/117))
9+
10+
### 🐛 Bug Fixes
11+
12+
* bring back provider eventing ([#124](https://github.com/open-feature/kotlin-sdk/issues/124)) ([06b6f6b](https://github.com/open-feature/kotlin-sdk/commit/06b6f6bef22c6ec55a07b686d13e848d1aad5857))
13+
* **deps:** update dependency org.mockito.kotlin:mockito-kotlin to v5.4.0 ([#105](https://github.com/open-feature/kotlin-sdk/issues/105)) ([5bde444](https://github.com/open-feature/kotlin-sdk/commit/5bde4445a6bc6d6bfdaf7291b5eefd0cd4956ad5))
14+
15+
16+
### 📚 Documentation
17+
18+
* add eventing section to read me ([#126](https://github.com/open-feature/kotlin-sdk/issues/126)) ([0921091](https://github.com/open-feature/kotlin-sdk/commit/09210914c217a1ebeb396e95ba2a5e0681892207))
19+
20+
21+
### 🔄 Refactoring
22+
23+
* rework states and adapt spec v0.8 ([#117](https://github.com/open-feature/kotlin-sdk/issues/117)) ([458b564](https://github.com/open-feature/kotlin-sdk/commit/458b56424d9f9277e125c995234e742cd4873671))
24+
325
## [0.3.3](https://github.com/open-feature/kotlin-sdk/compare/v0.3.2...v0.3.3) (2025-01-16)
426

527

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.3.3">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.3&color=blue&style=for-the-badge" />
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" />
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.3.3")
51+
api("dev.openfeature:android-sdk:0.4.0")
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.3.3"
12+
ext["version"] = "0.4.0"
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.3.3
1+
0.4.0

0 commit comments

Comments
 (0)