Skip to content

Commit

Permalink
chore(main): release 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 22, 2024
1 parent 2f83367 commit 63f4bc5
Show file tree
Hide file tree
Showing 5 changed files with 18 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.2"}
{".":"0.2.3"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.3](https://github.com/open-feature/kotlin-sdk/compare/v0.2.2...v0.2.3) (2024-01-22)


### 🧹 Chore

* update readme ([#95](https://github.com/open-feature/kotlin-sdk/issues/95)) ([2f83367](https://github.com/open-feature/kotlin-sdk/commit/2f833679c0983d33ac0aecfdf172fff8175e4c82))


### 📚 Documentation

* changed emphasis of provider register disclaimer ([cce8368](https://github.com/open-feature/kotlin-sdk/commit/cce8368f090b335b7b29c66479aaebb44c58ca5b))

## [0.2.2](https://github.com/open-feature/kotlin-sdk/compare/v0.2.1...v0.2.2) (2024-01-15)


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.2">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.2&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/kotlin-sdk/releases/tag/v0.2.3">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v0.2.3&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.2")
api("dev.openfeature:android-sdk:0.2.3")
}
```

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.2"
ext["version"] = "0.2.3"
// 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.2
0.2.3

0 comments on commit 63f4bc5

Please sign in to comment.