Skip to content

Commit 1774fd4

Browse files
chore(main): release dev.openfeature.contrib.parent 0.2.1 (#1333)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 22150bc commit 1774fd4

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
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.0"
14+
".": "0.2.1"
1515
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🧹 Chore
7+
8+
* update pom version ([22150bc](https://github.com/open-feature/java-sdk-contrib/commit/22150bc5d9354cf86f004152dd900f78ab19a332))
9+
310
## [0.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.1.0...dev.openfeature.contrib.parent-v0.2.0) (2025-04-24)
411

512

pom.xml

Lines changed: 1 addition & 1 deletion
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.0</version> <!--x-release-please-version -->
8+
<version>0.2.1</version> <!--x-release-please-version -->
99
<packaging>pom</packaging>
1010

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

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)