File tree 5 files changed +12
-4
lines changed
5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 9
9
"providers/flipt" : " 0.1.1" ,
10
10
"providers/configcat" : " 0.1.0" ,
11
11
"providers/statsig" : " 0.1.0" ,
12
- "providers/multiprovider" : " 0.0.1 " ,
12
+ "providers/multiprovider" : " 0.0.2 " ,
13
13
"tools/junit-openfeature" : " 0.1.1"
14
14
}
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.multiprovider-v0.0.1...dev.openfeature.contrib.providers.multiprovider-v0.0.2 ) (2024-11-21)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * multi-provider implementation ([ #1028 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1028 ) ) ([ df4ad47] ( https://github.com/open-feature/java-sdk-contrib/commit/df4ad471d2553363a0a1e4622a21557a6c2711e7 ) )
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Rather than making assumptions about when to use a provider’s result and when
56
56
<dependency >
57
57
<groupId >dev.openfeature.contrib.providers</groupId >
58
58
<artifactId >multi-provider</artifactId >
59
- <version >0.0.1 </version >
59
+ <version >0.0.2 </version >
60
60
</dependency >
61
61
```
62
62
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >multiprovider</artifactId >
13
- <version >0.0.1 </version > <!-- x-release-please-version -->
13
+ <version >0.0.2 </version > <!-- x-release-please-version -->
14
14
15
15
<name >multiprovider</name >
16
16
<description >OpenFeature Multi-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