diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8710fd..b881a39 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.4"} +{".":"0.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1de92a7..8b03629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.1.0](https://github.com/open-feature/kotlin-sdk/compare/v0.0.4...v0.1.0) (2023-11-08) + + +### โœจ New Features + +* Add new error for type mismatch ([#64](https://github.com/open-feature/kotlin-sdk/issues/64)) ([95e910a](https://github.com/open-feature/kotlin-sdk/commit/95e910a23be8a55eda1218144e540a3221cd877f)) + + +### ๐Ÿงน Chore + +* update spec release link ([7888447](https://github.com/open-feature/kotlin-sdk/commit/7888447c968d911c4495a9e3bf027d1fcd739f70)) +* update the release version badge on the readme ([#59](https://github.com/open-feature/kotlin-sdk/issues/59)) ([aa44c7f](https://github.com/open-feature/kotlin-sdk/commit/aa44c7f1bf1cf0922ad22d94b02693288be499d7)) + + +### ๐Ÿ”„ Refactoring + +* changing vars to vals ([#65](https://github.com/open-feature/kotlin-sdk/issues/65)) ([cdcb2df](https://github.com/open-feature/kotlin-sdk/commit/cdcb2df45fc956bc4f80d3273ea1cb5ba37446b9)) +* make targeting key immutable ([#66](https://github.com/open-feature/kotlin-sdk/issues/66)) ([3ec73f2](https://github.com/open-feature/kotlin-sdk/commit/3ec73f243a650021464e872b6593fef7677d2153)) + ## [0.0.4](https://github.com/open-feature/kotlin-sdk/compare/v0.0.3...v0.0.4) (2023-10-16) diff --git a/README.md b/README.md index b931c76..951708c 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release
@@ -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.4") + api("com.github.open-feature:kotlin-sdk:0.1.0") } ``` @@ -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.4") + api("com.github.open-feature:kotlin-sdk:0.1.0") } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 225bc9d..e40f414 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.4" + ext["version"] = "0.1.0" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index 81340c7..6e8bf73 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.4 +0.1.0