Skip to content

Commit 4542eb9

Browse files
chore(main): release 0.6.2 (#167)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c1284aa commit 4542eb9

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-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.1"}
1+
{".":"0.6.2"}

CHANGELOG.md

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

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+
310
## [0.6.1](https://github.com/open-feature/kotlin-sdk/compare/v0.6.0...v0.6.1) (2025-08-18)
411

512

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.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" />
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.1")
70+
api("dev.openfeature:kotlin-sdk:0.6.2")
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.1")
82+
api("dev.openfeature:kotlin-sdk:0.6.2")
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.1"
16+
ext["version"] = "0.6.2"
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.1
1+
0.6.2

0 commit comments

Comments
 (0)