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 6
6
"providers/env-var" : " 0.0.7" ,
7
7
"providers/jsonlogic-eval-provider" : " 1.1.1" ,
8
8
"providers/unleash" : " 0.1.0-alpha" ,
9
- "providers/flipt" : " 0.1.1 " ,
9
+ "providers/flipt" : " 0.1.2 " ,
10
10
"providers/configcat" : " 0.1.0" ,
11
11
"providers/statsig" : " 0.1.0" ,
12
12
"tools/junit-openfeature" : " 0.1.1"
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.1.1...dev.openfeature.contrib.providers.flipt-v0.1.2 ) (2024-10-25)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.18.0 ([ #996 ] ( https://github.com/open-feature/java-sdk-contrib/issues/996 ) ) ([ a701161] ( https://github.com/open-feature/java-sdk-contrib/commit/a7011611765f121145773d06717a19f143f75d63 ) )
9
+ * ** deps:** update dependency io.flipt: flipt-java to v1.1.2 ([ #1027 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1027 ) ) ([ eb9f891] ( https://github.com/open-feature/java-sdk-contrib/commit/eb9f89152ec8c775f242c97087c4fabd41b41e36 ) )
10
+
3
11
## [ 0.1.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flipt-v0.1.0...dev.openfeature.contrib.providers.flipt-v0.1.1 ) (2024-10-02)
4
12
5
13
Original file line number Diff line number Diff line change 10
10
<dependency >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >flipt</artifactId >
13
- <version >0.1.1 </version >
13
+ <version >0.1.2 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >flipt</artifactId >
13
- <version >0.1.1 </version > <!-- x-release-please-version -->
13
+ <version >0.1.2 </version > <!-- x-release-please-version -->
14
14
15
15
<name >flipt</name >
16
16
<description >Flipt provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.1.1
1
+ 0.1.2
You can’t perform that action at this time.
0 commit comments