diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 22b80d7a8..e58a44f9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,5 +9,5 @@ "providers/flipt": "0.1.0", "providers/configcat": "0.1.0", "providers/statsig": "0.1.0", - "tools/junit-openfeature": "0.1.0" + "tools/junit-openfeature": "0.1.1" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index a0f342fee..682bd06c0 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.1.0...dev.openfeature.contrib.tools.junitopenfeature-v0.1.1) (2024-09-27) + + +### 🐛 Bug Fixes + +* race condition causing default when multiple flags are used ([#983](https://github.com/open-feature/java-sdk-contrib/issues/983)) ([356a973](https://github.com/open-feature/java-sdk-contrib/commit/356a973cf2b6ddf82b8311ea200fa30df4f1d048)) + ## [0.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.3...dev.openfeature.contrib.tools.junitopenfeature-v0.1.0) (2024-09-25) diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index 5b2775b95..0b43b056d 100644 --- a/tools/junit-openfeature/README.md +++ b/tools/junit-openfeature/README.md @@ -8,7 +8,7 @@ A JUnit5 extension to reduce boilerplate code for testing code which utilizes Op dev.openfeature.contrib.tools junitopenfeature - 0.1.0 + 0.1.1 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index dffe3421b..d99329894 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -10,7 +10,7 @@ dev.openfeature.contrib.tools junitopenfeature - 0.1.0 + 0.1.1 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index 6e8bf73aa..17e51c385 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1