File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1- {"." :" 0.6.0 " }
1+ {"." :" 0.6.1 " }
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.1] ( https://github.com/open-feature/kotlin-sdk/compare/v0.6.0...v0.6.1 ) (2025-08-18)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * setup java17 for release please ([ #164 ] ( https://github.com/open-feature/kotlin-sdk/issues/164 ) ) ([ d84bd2a] ( https://github.com/open-feature/kotlin-sdk/commit/d84bd2a9838aa75e6ed7bd6240d2039ee774b5dd ) )
9+
310## [ 0.6.0] ( https://github.com/open-feature/kotlin-sdk/compare/v0.5.3...v0.6.0 ) (2025-08-18)
411
512
Original file line number Diff line number Diff line change 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.0 " >
20- <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.0 &color=blue&style=for-the-badge" />
19+ <a href =" https://github.com/open-feature/kotlin-sdk/releases/tag/v0.6.1 " >
20+ <img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.6.1 &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
6969dependencies {
70- api(" dev.openfeature:kotlin-sdk:0.6.0 " )
70+ api(" dev.openfeature:kotlin-sdk:0.6.1 " )
7171}
7272```
7373<!-- x-release-please-end -->
@@ -79,7 +79,7 @@ dependencies {
7979kotlin {
8080 sourceSets {
8181 commonMain.dependencies {
82- api(" dev.openfeature:kotlin-sdk:0.6.0 " )
82+ api(" dev.openfeature:kotlin-sdk:0.6.1 " )
8383 }
8484 }
8585}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111allprojects {
1212 extra[" groupId" ] = " dev.openfeature"
1313// x-release-please-start-version
14- ext[" version" ] = " 0.6.0 "
14+ ext[" version" ] = " 0.6.1 "
1515// x-release-please-end
1616}
1717group = project.extra[" groupId" ].toString()
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
You can’t perform that action at this time.
0 commit comments