Skip to content

Commit d3c5c9a

Browse files
chore(main): release dev.openfeature.contrib.parent 1.1.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 06fc424 commit d3c5c9a

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
"providers/ofrep": "0.0.1",
1414
"tools/junit-openfeature": "0.2.1",
1515
"tools/flagd-http-connector": "0.0.4",
16-
".": "1.0.0"
16+
".": "1.1.0"
1717
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v1.0.0...dev.openfeature.contrib.parent-v1.1.0) (2025-10-01)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **flagd:** fix wrong environment variable and test execution ([#1589](https://github.com/open-feature/java-sdk-contrib/issues/1589)) ([e1d8e54](https://github.com/open-feature/java-sdk-contrib/commit/e1d8e54cb15f7e9f27626c60cebded3690a84698))
9+
* **go-feature-flag:** Fix javadoc generation blocking release please ([#1592](https://github.com/open-feature/java-sdk-contrib/issues/1592)) ([7a3a8f4](https://github.com/open-feature/java-sdk-contrib/commit/7a3a8f4f11b1750c02e72d5f1b2fd616823f3d94))
10+
11+
12+
### ✨ New Features
13+
14+
* Add Optimizely provider ([#1510](https://github.com/open-feature/java-sdk-contrib/issues/1510)) ([482daea](https://github.com/open-feature/java-sdk-contrib/commit/482daea27e123c768ee7ef093b11836a608291cf))
15+
* ofrep provider ([#1429](https://github.com/open-feature/java-sdk-contrib/issues/1429)) ([a33ef58](https://github.com/open-feature/java-sdk-contrib/commit/a33ef5838ac0876bdbd158e08be775a8bacdda6f))
16+
317
## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.parent-v0.2.2...dev.openfeature.contrib.parent-v1.0.0) (2025-07-09)
418

519

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>1.0.0</version> <!--x-release-please-version -->
8+
<version>1.1.0</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-
1.0.0
1+
1.1.0

0 commit comments

Comments
 (0)