Skip to content

Commit a8a8740

Browse files
chore(main): release dev.openfeature.contrib.providers.optimizely 1.0.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 4a3646a commit a8a8740

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@
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.0.0",
17+
"providers/optimizely": "1.0.0"
1718
}

providers/optimizely/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## 1.0.0 (2025-09-30)
4+
5+
6+
### ✨ New Features
7+
8+
* 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))
9+
10+
## Changelog

providers/optimizely/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<dependency>
1212
<groupId>dev.openfeature.contrib.providers</groupId>
1313
<artifactId>optimizely</artifactId>
14-
<version>0.0.1</version>
14+
<version>1.0.0</version>
1515
</dependency>
1616
```
1717

providers/optimizely/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>optimizely</artifactId>
13-
<version>0.0.1</version> <!--x-release-please-version -->
13+
<version>1.0.0</version> <!--x-release-please-version -->
1414

1515
<name>optimizely</name>
1616
<description>optimizely provider for Java</description>

providers/optimizely/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.1
1+
1.0.0

0 commit comments

Comments
 (0)