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