Skip to content

Commit

Permalink
chore(main): release 0.2.1 (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 19, 2023
1 parent 8c3207a commit 2e11419
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.0"}
{".":"0.2.1"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.1](https://github.com/open-feature/kotlin-sdk/compare/v0.2.0...v0.2.1) (2023-12-19)


### ✨ New Features

* downgrade the kotlin version so it's compatible with AGP 7.4 ([#83](https://github.com/open-feature/kotlin-sdk/issues/83)) ([8c3207a](https://github.com/open-feature/kotlin-sdk/commit/8c3207a1eba4be793fdcc87043f53ead05e314d5))
* set evaluation-context in setProviderAndWait() ([#80](https://github.com/open-feature/kotlin-sdk/issues/80)) ([e19dd88](https://github.com/open-feature/kotlin-sdk/commit/e19dd8893c8df98c49168af27ec44be43d542dcb))

## [0.2.0](https://github.com/open-feature/kotlin-sdk/compare/v0.1.0...v0.2.0) (2023-12-19)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.6.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.2.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.2.1">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.1&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down Expand Up @@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency:
<!-- x-release-please-start-version -->
```kotlin
dependencies {
api("dev.openfeature:android-sdk:0.2.0")
api("dev.openfeature:android-sdk:0.2.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
allprojects {
extra["groupId"] = "dev.openfeature"
// x-release-please-start-version
ext["version"] = "0.2.0"
ext["version"] = "0.2.1"
// x-release-please-end
}
group = project.extra["groupId"].toString()
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1

0 comments on commit 2e11419

Please sign in to comment.