diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0dcea6ec2..874a4de55 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.1.0" } diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md index 780ac9bab..a0f342fee 100644 --- a/tools/junit-openfeature/CHANGELOG.md +++ b/tools/junit-openfeature/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## [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) +## [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) + + +### 🐛 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)) ### 🐛 Bug Fixes diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md index 1cf5d58f2..5b2775b95 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.1.0 test ``` diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml index 707395c6c..dffe3421b 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.1.0 junit-openfeature-extension JUnit5 Extension for OpenFeature diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt index bcab45af1..6e8bf73aa 100644 --- a/tools/junit-openfeature/version.txt +++ b/tools/junit-openfeature/version.txt @@ -1 +1 @@ -0.0.3 +0.1.0