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.1 " }
1
+ {"." :" 0.6.2 " }
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.6.2] ( https://github.com/open-feature/kotlin-sdk/compare/v0.6.1...v0.6.2 ) (2025-08-19)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * fix publication ([ #166 ] ( https://github.com/open-feature/kotlin-sdk/issues/166 ) ) ([ c1284aa] ( https://github.com/open-feature/kotlin-sdk/commit/c1284aa1aa4c3e677b612735cd6830442884e193 ) )
9
+
3
10
## [ 0.6.1] ( https://github.com/open-feature/kotlin-sdk/compare/v0.6.0...v0.6.1 ) (2025-08-18)
4
11
5
12
Original file line number Diff line number Diff line change 16
16
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge" />
17
17
</a >
18
18
<!-- x-release-please-start-version -->
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" />
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" />
21
21
</a >
22
22
<!-- x-release-please-end -->
23
23
<br />
@@ -67,7 +67,7 @@ Installation is preferred via Maven Central.
67
67
68
68
``` kotlin
69
69
dependencies {
70
- api(" dev.openfeature:kotlin-sdk:0.6.1 " )
70
+ api(" dev.openfeature:kotlin-sdk:0.6.2 " )
71
71
}
72
72
```
73
73
<!-- x-release-please-end -->
@@ -79,7 +79,7 @@ dependencies {
79
79
kotlin {
80
80
sourceSets {
81
81
commonMain.dependencies {
82
- api(" dev.openfeature:kotlin-sdk:0.6.1 " )
82
+ api(" dev.openfeature:kotlin-sdk:0.6.2 " )
83
83
}
84
84
}
85
85
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
13
13
allprojects {
14
14
extra[" groupId" ] = " dev.openfeature"
15
15
// x-release-please-start-version
16
- ext[" version" ] = " 0.6.1 "
16
+ ext[" version" ] = " 0.6.2 "
17
17
// x-release-please-end
18
18
}
19
19
group = project.extra[" groupId" ].toString()
Original file line number Diff line number Diff line change 1
- 0.6.1
1
+ 0.6.2
You can’t perform that action at this time.
0 commit comments