diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8663d40..53f0dde 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.7.0"} +{".":"0.7.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f4765f4..7d1a794 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.7.1](https://github.com/open-feature/kotlin-sdk/compare/v0.7.0...v0.7.1) (2025-11-19) + + +### 🧹 Chore + +* **deps:** update plugin com.android.library to v8.13.0 ([#179](https://github.com/open-feature/kotlin-sdk/issues/179)) ([491af0e](https://github.com/open-feature/kotlin-sdk/commit/491af0e4de91f16d2ffa5927d319deb59da4b2be)) +* update copyright to OpenFeature Maintainers ([#195](https://github.com/open-feature/kotlin-sdk/issues/195)) ([da47e54](https://github.com/open-feature/kotlin-sdk/commit/da47e54909bc1cfc77e2295b3d0ceb217d4193b9)) + ## [0.7.0](https://github.com/open-feature/kotlin-sdk/compare/v0.6.2...v0.7.0) (2025-09-17) diff --git a/README.md b/README.md index 0053947..6f1264d 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release
@@ -67,7 +67,7 @@ Installation is preferred via Maven Central. ```kotlin dependencies { - api("dev.openfeature:kotlin-sdk:0.7.0") + api("dev.openfeature:kotlin-sdk:0.7.1") } ``` @@ -79,7 +79,7 @@ dependencies { kotlin { sourceSets { commonMain.dependencies { - api("dev.openfeature:kotlin-sdk:0.7.0") + api("dev.openfeature:kotlin-sdk:0.7.1") } } } diff --git a/build.gradle.kts b/build.gradle.kts index a955ce3..74369a8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ plugins { allprojects { extra["groupId"] = "dev.openfeature" // x-release-please-start-version - ext["version"] = "0.7.0" + ext["version"] = "0.7.1" // x-release-please-end } group = project.extra["groupId"].toString() diff --git a/version.txt b/version.txt index faef31a..39e898a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0 +0.7.1