From b8aab383617372b8547536947311cbb4799b9356 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:42:11 +0200 Subject: [PATCH] chore(main): release 0.0.4 (#58) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- build.gradle.kts | 2 +- version.txt | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 36fbfb9..e8710fd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.3"} +{".":"0.0.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb197b..1de92a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/open-feature/kotlin-sdk/compare/v0.0.3...v0.0.4) (2023-10-16) + + +### 📚 Documentation + +* add release instructions ([#57](https://github.com/open-feature/kotlin-sdk/issues/57)) ([8d87712](https://github.com/open-feature/kotlin-sdk/commit/8d877122449b3f298a71f336b84033fc43c879bd)) + ## [0.0.3](https://github.com/open-feature/kotlin-sdk/compare/v0.0.2...v0.0.3) (2023-10-12) diff --git a/README.md b/README.md index e6a2f3a..6365b1b 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Installation via Maven Central is currently [WIP](https://github.com/open-featur You can add the OpenFeature SDK dependency: ```kotlin dependencies { - api("com.github.open-feature:kotlin-sdk:0.0.3") + api("com.github.open-feature:kotlin-sdk:0.0.4") } ``` @@ -60,7 +60,7 @@ The Android project must include `maven("https://jitpack.io")` in `settings.grad You can now add the OpenFeature SDK dependency: ```kotlin dependencies { - api("com.github.open-feature:kotlin-sdk:0.0.3") + api("com.github.open-feature:kotlin-sdk:0.0.4") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 7cc099c..225bc9d 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.0.3" + ext["version"] = "0.0.4" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index bcab45a..81340c7 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.3 +0.0.4