File tree 5 files changed +19
-4
lines changed
5 files changed +19
-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-11-03)
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 com.fasterxml.jackson.core: jackson-databind to v2.18.1 ([ #1047 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1047 ) ) ([ a2ee3e6] ( https://github.com/open-feature/java-sdk-contrib/commit/a2ee3e6ed0c15c3ebaf55adc10198760f51a4a30 ) )
10
+ * ** 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 ) )
11
+
12
+
13
+ ### 🧹 Chore
14
+
15
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-annotations to v2.18.1 ([ #1045 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1045 ) ) ([ d9f2d89] ( https://github.com/open-feature/java-sdk-contrib/commit/d9f2d89d6e045bb2a393b9e5a446a2956927bb2a ) )
16
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-core to v2.18.1 ([ #1046 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1046 ) ) ([ 862ceb2] ( https://github.com/open-feature/java-sdk-contrib/commit/862ceb232ce27a8633d5a887822fc82b009ec6be ) )
17
+
3
18
## [ 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
19
5
20
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