From 414bf2bef2d3d255241d9ca2b470f55456844775 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 16:51:57 +0000 Subject: [PATCH] chore(main): release 0.2.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ README.md | 6 +++--- build.gradle.kts | 2 +- version.txt | 2 +- 5 files changed, 29 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617c..96ab372f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8515c8b6..18c63ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [0.2.2](https://github.com/open-feature/kotlin-sdk/compare/v0.2.1...v0.2.2) (2024-01-15) + + +### ๐Ÿ› Bug Fixes + +* setProviderAndWait does not hang on ProviderError ([#88](https://github.com/open-feature/kotlin-sdk/issues/88)) ([1d4c24f](https://github.com/open-feature/kotlin-sdk/commit/1d4c24f193589fa7d0c754308547a775a3b55856)) + + +### โœจ New Features + +* add getProviderStatus() function ([#84](https://github.com/open-feature/kotlin-sdk/issues/84)) ([b3ba673](https://github.com/open-feature/kotlin-sdk/commit/b3ba673807dbba6919a08ff47fdebd6ab0d2cceb)) +* Update observeEvents() API ([#89](https://github.com/open-feature/kotlin-sdk/issues/89)) ([466115b](https://github.com/open-feature/kotlin-sdk/commit/466115bce5b0de978b47fe15ff29e8875083fb2d)) + + +### ๐Ÿงน Chore + +* fix MavenCentral badge ([e8eea26](https://github.com/open-feature/kotlin-sdk/commit/e8eea26b6e11fddd092a72b618a7e7eaaba567da)) + + +### ๐Ÿ“š Documentation + +* Update Events docs and signature ([#90](https://github.com/open-feature/kotlin-sdk/issues/90)) ([9ab5006](https://github.com/open-feature/kotlin-sdk/commit/9ab5006eb8c9945c68959efcd1722da2a2b522db)) + ## [0.2.1](https://github.com/open-feature/kotlin-sdk/compare/v0.2.0...v0.2.1) (2023-12-19) diff --git a/README.md b/README.md index 6e4f558d..9bd91a94 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release
@@ -48,7 +48,7 @@ Installation via Maven Central is preferred, using the following dependency: ```kotlin dependencies { - api("dev.openfeature:android-sdk:0.2.1") + api("dev.openfeature:android-sdk:0.2.2") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 38f7805d..00399f80 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { allprojects { extra["groupId"] = "dev.openfeature" // x-release-please-start-version - ext["version"] = "0.2.1" + ext["version"] = "0.2.2" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index 0c62199f..ee1372d3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.2.1 +0.2.2