Skip to content

Commit 00f1016

Browse files
chore(main): release 0.7.0 (#173)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 304b5e1 commit 00f1016

File tree

5 files changed

+42
-7
lines changed

5 files changed

+42
-7
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [0.7.0](https://github.com/open-feature/kotlin-sdk/compare/v0.6.2...v0.7.0) (2025-09-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* OpenFeatureProviderEvents are now data classes and need to be instantiated ([#170](https://github.com/open-feature/kotlin-sdk/issues/170))
9+
10+
### 🐛 Bug Fixes
11+
12+
* **deps:** update kotlin monorepo to v2.2.10 ([#161](https://github.com/open-feature/kotlin-sdk/issues/161)) ([8dcd870](https://github.com/open-feature/kotlin-sdk/commit/8dcd870195f61360464e94068f29bf11e49d5c1e))
13+
14+
15+
### ✨ New Features
16+
17+
* Multi provider impl ([#168](https://github.com/open-feature/kotlin-sdk/issues/168)) ([807fcc1](https://github.com/open-feature/kotlin-sdk/commit/807fcc18e1a59c8eb08ec71b6e2aae81e6306ffc))
18+
* Update ProviderEvents to match specifications ([#170](https://github.com/open-feature/kotlin-sdk/issues/170)) ([483f1bb](https://github.com/open-feature/kotlin-sdk/commit/483f1bb5ec4f4cef1a3a6378d28d3cec258f81b2))
19+
20+
21+
### 🧹 Chore
22+
23+
* **deps:** update actions/checkout action to v5 ([#162](https://github.com/open-feature/kotlin-sdk/issues/162)) ([a585962](https://github.com/open-feature/kotlin-sdk/commit/a585962be39fe8bcfd8d08f17e181af31a1b356a))
24+
* **deps:** update actions/setup-java action to v5 ([#174](https://github.com/open-feature/kotlin-sdk/issues/174)) ([b789313](https://github.com/open-feature/kotlin-sdk/commit/b7893138a97ea32f12bfc7a5039904ea7b9f8019))
25+
* **deps:** update amannn/action-semantic-pull-request action to v6 ([#163](https://github.com/open-feature/kotlin-sdk/issues/163)) ([6b7fa1d](https://github.com/open-feature/kotlin-sdk/commit/6b7fa1d7fb6ad4910ed737ce0f70a1d975c284e4))
26+
* **deps:** update browser-actions/setup-chrome action to v2 ([#175](https://github.com/open-feature/kotlin-sdk/issues/175)) ([6098e5a](https://github.com/open-feature/kotlin-sdk/commit/6098e5aeac0373b2d4b97a349175759e15424540))
27+
* **deps:** update dependency gradle to v9 ([#176](https://github.com/open-feature/kotlin-sdk/issues/176)) ([bb1d63c](https://github.com/open-feature/kotlin-sdk/commit/bb1d63c97e852c1804ea0ef1282c213da3a69807))
28+
* **deps:** update plugin com.android.application to v8.12.2 ([#143](https://github.com/open-feature/kotlin-sdk/issues/143)) ([7941bb9](https://github.com/open-feature/kotlin-sdk/commit/7941bb96b2ad886d15b561caadfe35ca2e05524a))
29+
* **deps:** update plugin com.android.application to v8.13.0 ([#178](https://github.com/open-feature/kotlin-sdk/issues/178)) ([09dd988](https://github.com/open-feature/kotlin-sdk/commit/09dd988bdf27e419e36c5e37d588573a5b64aba4))
30+
* **deps:** update plugin com.android.library to v8.12.2 ([#160](https://github.com/open-feature/kotlin-sdk/issues/160)) ([392cbb9](https://github.com/open-feature/kotlin-sdk/commit/392cbb9f3f4df57e2e041681b260cf3c6407672e))
31+
* **deps:** update plugin org.jetbrains.kotlinx.binary-compatibility-validator to v0.18.1 ([#152](https://github.com/open-feature/kotlin-sdk/issues/152)) ([1392be3](https://github.com/open-feature/kotlin-sdk/commit/1392be35d7c93f7070c90b8613e28d5b56383aa3))
32+
33+
34+
### 📚 Documentation
35+
36+
* Small fix for multiprovider ([#181](https://github.com/open-feature/kotlin-sdk/issues/181)) ([91d60bc](https://github.com/open-feature/kotlin-sdk/commit/91d60bccc7e4e13d5152b6bf4c00bbdcea033760))
37+
338
## [0.6.2](https://github.com/open-feature/kotlin-sdk/compare/v0.6.1...v0.6.2) (2025-08-19)
439

540

README.md

Lines changed: 4 additions & 4 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.6.2">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.2&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.7.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.7.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>
@@ -67,7 +67,7 @@ Installation is preferred via Maven Central.
6767

6868
```kotlin
6969
dependencies {
70-
api("dev.openfeature:kotlin-sdk:0.6.2")
70+
api("dev.openfeature:kotlin-sdk:0.7.0")
7171
}
7272
```
7373
<!-- x-release-please-end -->
@@ -79,7 +79,7 @@ dependencies {
7979
kotlin {
8080
sourceSets {
8181
commonMain.dependencies {
82-
api("dev.openfeature:kotlin-sdk:0.6.2")
82+
api("dev.openfeature:kotlin-sdk:0.7.0")
8383
}
8484
}
8585
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
allprojects {
1414
extra["groupId"] = "dev.openfeature"
1515
// x-release-please-start-version
16-
ext["version"] = "0.6.2"
16+
ext["version"] = "0.7.0"
1717
// x-release-please-end
1818
}
1919
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.6.2
1+
0.7.0

0 commit comments

Comments
 (0)