From bf34807408f4d15119f30008b3edc7d42d457426 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 10 Sep 2024 16:12:40 +0000
Subject: [PATCH] chore(main): release
dev.openfeature.contrib.tools.junitopenfeature 0.0.4
---
.release-please-manifest.json | 2 +-
tools/junit-openfeature/CHANGELOG.md | 7 +++++++
tools/junit-openfeature/README.md | 2 +-
tools/junit-openfeature/pom.xml | 2 +-
tools/junit-openfeature/version.txt | 2 +-
5 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 770d5dec5..f3f4fd58e 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..ad934f43a 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-10)
+
+
+### 🐛 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