File tree 4 files changed +16
-3
lines changed
providers/go-feature-flag
4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"providers/flagd" : " 0.6.6" ,
3
3
"hooks/open-telemetry" : " 3.1.0" ,
4
- "providers/go-feature-flag" : " 0.2.14 " ,
4
+ "providers/go-feature-flag" : " 0.2.15 " ,
5
5
"providers/flagsmith" : " 0.0.8" ,
6
6
"providers/env-var" : " 0.0.4" ,
7
7
"providers/jsonlogic-eval-provider" : " 1.0.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.15] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.14...dev.openfeature.contrib.providers.go-feature-flag-v0.2.15 ) (2023-11-16)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency com.fasterxml.jackson.core: jackson-databind to v2.16.0 ([ #538 ] ( https://github.com/open-feature/java-sdk-contrib/issues/538 ) ) ([ 4857448] ( https://github.com/open-feature/java-sdk-contrib/commit/485744828ee3c2dc772ada94cb443b516adc9f78 ) )
9
+ * ** deps:** update dependency com.fasterxml.jackson.datatype: jackson-datatype-jsr310 to v2.16.0 ([ #539 ] ( https://github.com/open-feature/java-sdk-contrib/issues/539 ) ) ([ 30602a1] ( https://github.com/open-feature/java-sdk-contrib/commit/30602a1c147a91009e2e9c34c136954c160458d7 ) )
10
+
11
+
12
+ ### 🧹 Chore
13
+
14
+ * ** deps:** update dependency org.apache.logging.log4j: log4j-slf4j2-impl to v2.21.1 ([ #515 ] ( https://github.com/open-feature/java-sdk-contrib/issues/515 ) ) ([ f480b4f] ( https://github.com/open-feature/java-sdk-contrib/commit/f480b4f4e8e3777849233ed6fe1d15f1dd2acce4 ) )
15
+
3
16
## [ 0.2.14] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.go-feature-flag-v0.2.13...dev.openfeature.contrib.providers.go-feature-flag-v0.2.14 ) (2023-10-20)
4
17
5
18
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >go-feature-flag</artifactId >
13
- <version >0.2.14 </version > <!-- x-release-please-version -->
13
+ <version >0.2.15 </version > <!-- x-release-please-version -->
14
14
15
15
<name >go-feature-flag</name >
16
16
<description >GO Feature Flag provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.2.14
1
+ 0.2.15
You can’t perform that action at this time.
0 commit comments