diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d0aa987b5..499b9b46d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,5 +9,5 @@ "providers/flipt": "0.0.2", "providers/configcat": "0.0.4", "providers/statsig": "0.0.4", - "tools/junit-openfeature": "0.0.3" + "tools/junit-openfeature": "0.0.4" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index 780ac9bab..abc6b4fa0 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.3...dev.openfeature.contrib.tools.junitopenfeature-v0.0.4) (2024-09-11) + + +### 🐛 Bug Fixes + +* **deps:** update dependency org.apache.commons:commons-lang3 to v3.17.0 ([#932](https://github.com/open-feature/java-sdk-contrib/issues/932)) ([c598d9f](https://github.com/open-feature/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575)) + ## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.tools.junitopenfeature-v0.0.2...dev.openfeature.contrib.tools.junitopenfeature-v0.0.3) (2024-08-14) diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index 1cf5d58f2..d619d2743 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.0.3 + 0.0.4 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index e6c127559..548d21be9 100644 --- a/tools/junit-openfeature/pom.xml +++ b/tools/junit-openfeature/pom.xml @@ -10,7 +10,7 @@ dev.openfeature.contrib.tools junitopenfeature - 0.0.3 + 0.0.4 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index bcab45af1..81340c7e7 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.0.3 +0.0.4