File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 10
10
"providers/configcat" : " 0.2.1" ,
11
11
"providers/statsig" : " 0.2.1" ,
12
12
"providers/multiprovider" : " 0.0.3" ,
13
- "providers/ofrep" : " 0.0.1 " ,
13
+ "providers/ofrep" : " 0.0.2 " ,
14
14
"tools/junit-openfeature" : " 0.2.1" ,
15
15
"tools/flagd-http-connector" : " 0.0.4" ,
16
16
"." : " 1.0.0"
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.0.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.ofrep-v0.0.1...dev.openfeature.contrib.providers.ofrep-v0.0.2 ) (2025-07-21)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * ofrep provider ([ #1429 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1429 ) ) ([ a33ef58] ( https://github.com/open-feature/java-sdk-contrib/commit/a33ef5838ac0876bdbd158e08be775a8bacdda6f ) )
Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ For Maven
9
9
<dependency >
10
10
<groupId >dev.openfeature.contrib.providers</groupId >
11
11
<artifactId >ofrep</artifactId >
12
- <version >0.0.1 </version >
12
+ <version >0.0.2 </version >
13
13
</dependency >
14
14
```
15
15
16
16
For Gradle
17
17
``` groovy
18
- implementation 'dev.openfeature.contrib.providers:ofrep:0.0.1 '
18
+ implementation 'dev.openfeature.contrib.providers:ofrep:0.0.2 '
19
19
```
20
20
<!-- x-release-please-end-version -->
21
21
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >ofrep</artifactId >
14
- <version >0.0.1 </version > <!-- x-release-please-version -->
14
+ <version >0.0.2 </version > <!-- x-release-please-version -->
15
15
16
16
<name >ofrep</name >
17
17
<description >OFREP Provider</description >
Original file line number Diff line number Diff line change 1
- 0.0.1
1
+ 0.0.2
You can’t perform that action at this time.
0 commit comments