From 1c23b156d09011216cb57450c3ce23a309d5e657 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 14 Aug 2024 14:03:56 -0400
Subject: [PATCH] chore(main): release
dev.openfeature.contrib.tools.junitopenfeature 0.0.3 (#896)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please-manifest.json | 2 +-
tools/junit-openfeature/CHANGELOG.md | 8 ++++++++
tools/junit-openfeature/README.md | 2 +-
tools/junit-openfeature/pom.xml | 2 +-
tools/junit-openfeature/version.txt | 2 +-
5 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 6e25ebbae..1cfaaea55 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.2"
+ "tools/junit-openfeature": "0.0.3"
}
diff --git a/tools/junit-openfeature/CHANGELOG.md b/tools/junit-openfeature/CHANGELOG.md
index 6aaf3637f..780ac9bab 100644
--- a/tools/junit-openfeature/CHANGELOG.md
+++ b/tools/junit-openfeature/CHANGELOG.md
@@ -1,5 +1,13 @@
# 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)
+
+
+### 🐛 Bug Fixes
+
+* added missing dependency and installation instruction ([#895](https://github.com/open-feature/java-sdk-contrib/issues/895)) ([6748d02](https://github.com/open-feature/java-sdk-contrib/commit/6748d02403f0ceecb6cb9ecdfb2fecf98423a7db))
+* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/open-feature/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/open-feature/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847))
+
## [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)
diff --git a/tools/junit-openfeature/README.md b/tools/junit-openfeature/README.md
index 3152f2d31..1cf5d58f2 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.0
+ 0.0.3
test
```
diff --git a/tools/junit-openfeature/pom.xml b/tools/junit-openfeature/pom.xml
index fac6777aa..3becd0bd4 100644
--- a/tools/junit-openfeature/pom.xml
+++ b/tools/junit-openfeature/pom.xml
@@ -10,7 +10,7 @@
dev.openfeature.contrib.tools
junitopenfeature
- 0.0.2
+ 0.0.3
junit-openfeature-extension
JUnit5 Extension for OpenFeature
diff --git a/tools/junit-openfeature/version.txt b/tools/junit-openfeature/version.txt
index 4e379d2bf..bcab45af1 100644
--- a/tools/junit-openfeature/version.txt
+++ b/tools/junit-openfeature/version.txt
@@ -1 +1 @@
-0.0.2
+0.0.3