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 1010 "providers/configcat" : " 0.2.1" ,
1111 "providers/statsig" : " 0.2.1" ,
1212 "providers/multiprovider" : " 0.0.3" ,
13- "providers/ofrep" : " 0.0.1 " ,
13+ "providers/ofrep" : " 0.0.2 " ,
1414 "tools/junit-openfeature" : " 0.2.1" ,
1515 "tools/flagd-http-connector" : " 0.0.4" ,
1616 "." : " 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-09-08)
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
99<dependency >
1010 <groupId >dev.openfeature.contrib.providers</groupId >
1111 <artifactId >ofrep</artifactId >
12- <version >0.0.1 </version >
12+ <version >0.0.2 </version >
1313</dependency >
1414```
1515
1616For Gradle
1717``` groovy
18- implementation 'dev.openfeature.contrib.providers:ofrep:0.0.1 '
18+ implementation 'dev.openfeature.contrib.providers:ofrep:0.0.2 '
1919```
2020<!-- x-release-please-end-version -->
2121
Original file line number Diff line number Diff line change 1111
1212 <groupId >dev.openfeature.contrib.providers</groupId >
1313 <artifactId >ofrep</artifactId >
14- <version >0.0.1 </version > <!-- x-release-please-version -->
14+ <version >0.0.2 </version > <!-- x-release-please-version -->
1515
1616 <name >ofrep</name >
1717 <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