Skip to content

Commit 74f0e96

Browse files
chore(main): release 0.3.1 (#113)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3b7ce62 commit 74f0e96

File tree

5 files changed

+19
-6
lines changed

5 files changed

+19
-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.0"}
1+
{".":"0.3.1"}

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/open-feature/kotlin-sdk/compare/v0.3.0...v0.3.1) (2024-12-17)
4+
5+
6+
### ✨ New Features
7+
8+
* add flag evaluation metadata to evaluation details ([#111](https://github.com/open-feature/kotlin-sdk/issues/111)) ([6e9aa29](https://github.com/open-feature/kotlin-sdk/commit/6e9aa2977d6a47a600d0ccaad72d92b34b52d505))
9+
* add support for tracking ([#114](https://github.com/open-feature/kotlin-sdk/issues/114)) ([3b7ce62](https://github.com/open-feature/kotlin-sdk/commit/3b7ce626af7c2d8058b0edece34a6353ec4df58a))
10+
11+
12+
### 🔄 Refactoring
13+
14+
* use the noop-provider instead of null provider ([#112](https://github.com/open-feature/kotlin-sdk/issues/112)) ([1f59e3d](https://github.com/open-feature/kotlin-sdk/commit/1f59e3d2f0bca60fe71e2bc50deff29827ca22d6))
15+
316
## [0.3.0](https://github.com/open-feature/kotlin-sdk/compare/v0.2.3...v0.3.0) (2024-04-08)
417

518

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.6.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.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.3.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.3.1&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.0")
51+
api("dev.openfeature:android-sdk:0.3.1")
5252
}
5353
```
5454

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
allprojects {
99
extra["groupId"] = "dev.openfeature"
1010
// x-release-please-start-version
11-
ext["version"] = "0.3.0"
11+
ext["version"] = "0.3.1"
1212
// x-release-please-end
1313
}
1414
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.0
1+
0.3.1

0 commit comments

Comments
 (0)