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 7
7
"providers/jsonlogic-eval-provider" : " 1.0.1" ,
8
8
"providers/unleash" : " 0.0.4-alpha" ,
9
9
"providers/flipt" : " 0.0.2" ,
10
- "providers/configcat" : " 0.0.3 " ,
10
+ "providers/configcat" : " 0.0.4 " ,
11
11
"providers/statsig" : " 0.0.1"
12
12
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.3...dev.openfeature.contrib.providers.configcat-v0.0.4 ) (2024-02-09)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency org.slf4j: slf4j-api to v2.0.12 ([ #661 ] ( https://github.com/open-feature/java-sdk-contrib/issues/661 ) ) ([ f03d933] ( https://github.com/open-feature/java-sdk-contrib/commit/f03d93305bda8ea932831e81db57c989ce4e14e4 ) )
9
+ * ready and config change events triggering ([ #653 ] ( https://github.com/open-feature/java-sdk-contrib/issues/653 ) ) ([ 677e07a] ( https://github.com/open-feature/java-sdk-contrib/commit/677e07a539dfe0b722613be4d48e574157eb3863 ) )
10
+
3
11
## [ 0.0.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.2...dev.openfeature.contrib.providers.configcat-v0.0.3 ) (2024-01-27)
4
12
5
13
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >configcat</artifactId >
14
- <version >0.0.3 </version >
14
+ <version >0.0.4 </version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >configcat</artifactId >
13
- <version >0.0.3 </version > <!-- x-release-please-version -->
13
+ <version >0.0.4 </version > <!-- x-release-please-version -->
14
14
15
15
<name >configcat</name >
16
16
<description >configcat provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.0.3
1
+ 0.0.4
You can’t perform that action at this time.
0 commit comments