diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ef8075d2..b3cb11528 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,5 +9,5 @@ "providers/flipt": "0.0.2", "providers/configcat": "0.0.3", "providers/statsig": "0.0.4", - "tools/junit-openfeature": "0.0.1" + "tools/junit-openfeature": "0.0.2" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md new file mode 100644 index 000000000..6aaf3637f --- /dev/null +++ b/tools/junit-openfeature/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.1...dev.openfeature.contrib.tools.junitopenfeature-v0.0.2) (2024-07-29) + + +### ✨ New Features + +* Add JUnit5 extension for OpenFeature ([#888](https://github.com/open-feature/java-sdk-contrib/issues/888)) ([9fff9db](https://github.com/open-feature/java-sdk-contrib/commit/9fff9db4bcee3c3ae8128a1b2fb040f53df1d5ed)) diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index 4d44f95cf..fc9719fb9 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -10,7 +10,7 @@ dev.openfeature.contrib.tools junitopenfeature - 0.0.1 + 0.0.2 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index 8a9ecc2ea..4e379d2bf 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.0.1 \ No newline at end of file +0.0.2