Skip to content

Commit fa58c8e

Browse files
chore(main): release dev.openfeature.contrib.parent 0.2.2 (#1335)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17926bf commit fa58c8e

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"providers/statsig": "0.1.0",
1212
"providers/multiprovider": "0.0.1",
1313
"tools/junit-openfeature": "0.1.2",
14-
".": "0.2.1"
14+
".": "0.2.2"
1515
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.1...dev.openfeature.contrib.parent-v0.2.2) (2025-04-24)
4+
5+
6+
### 🧹 Chore
7+
8+
* add maven-workspace ([33a43ef](https://github.com/open-feature/java-sdk-contrib/commit/33a43ef33eb237e5027a9396fc40b5a7aefde7b9))
9+
310
## [0.2.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.0...dev.openfeature.contrib.parent-v0.2.1) (2025-04-24)
411

512

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>dev.openfeature.contrib</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.2.1</version> <!--x-release-please-version -->
8+
<version>0.2.2</version> <!--x-release-please-version -->
99
<packaging>pom</packaging>
1010

1111
<name>java-sdk-contrib</name>

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

0 commit comments

Comments
 (0)