File tree 5 files changed +16
-4
lines changed
5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 7
7
"providers/jsonlogic-eval-provider" : " 1.1.1" ,
8
8
"providers/unleash" : " 0.1.0-alpha" ,
9
9
"providers/flipt" : " 0.1.1" ,
10
- "providers/configcat" : " 0.1.0 " ,
10
+ "providers/configcat" : " 0.1.1 " ,
11
11
"providers/statsig" : " 0.1.0" ,
12
12
"tools/junit-openfeature" : " 0.1.1"
13
13
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.1.0...dev.openfeature.contrib.providers.configcat-v0.1.1 ) (2024-10-25)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.24.1 ([ #986 ] ( https://github.com/open-feature/java-sdk-contrib/issues/986 ) ) ([ 1e53431] ( https://github.com/open-feature/java-sdk-contrib/commit/1e53431353c1de0856db6bdb815d2218d9ac94a2 ) )
9
+
10
+
11
+ ### 📚 Documentation
12
+
13
+ * ** configcat:** Revise docs in README.md ([ #990 ] ( https://github.com/open-feature/java-sdk-contrib/issues/990 ) ) ([ a58a64e] ( https://github.com/open-feature/java-sdk-contrib/commit/a58a64e0477dd48c4b715ae0e05413b37e653379 ) )
14
+
3
15
## [ 0.1.0] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.configcat-v0.0.4...dev.openfeature.contrib.providers.configcat-v0.1.0 ) (2024-09-25)
4
16
5
17
Original file line number Diff line number Diff line change 10
10
<dependency >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >configcat</artifactId >
13
- <version >0.1.0 </version >
13
+ <version >0.1.1 </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 >configcat</artifactId >
13
- <version >0.1.0 </version > <!-- x-release-please-version -->
13
+ <version >0.1.1 </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.1.0
1
+ 0.1.1
You can’t perform that action at this time.
0 commit comments