File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "providers/flagd" : " 0.6.7 " ,
2+ "providers/flagd" : " 0.6.8 " ,
33 "hooks/open-telemetry" : " 3.1.0" ,
44 "providers/go-feature-flag" : " 0.2.15" ,
55 "providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.8] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.7...dev.openfeature.contrib.providers.flagd-v0.6.8 ) (2023-11-28)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency io.grpc: grpc-netty to v1.59.1 ([ #559 ] ( https://github.com/open-feature/java-sdk-contrib/issues/559 ) ) ([ 98abe08] ( https://github.com/open-feature/java-sdk-contrib/commit/98abe08236d61dfaa31265d31813c3a90c0dbc1b ) )
9+ * ** deps:** update dependency io.grpc: grpc-protobuf to v1.59.1 ([ #560 ] ( https://github.com/open-feature/java-sdk-contrib/issues/560 ) ) ([ 66d6c47] ( https://github.com/open-feature/java-sdk-contrib/commit/66d6c47b1b7557e9af5756dddf9e9f5498213b60 ) )
10+ * ** deps:** update dependency io.grpc: grpc-stub to v1.59.1 ([ #561 ] ( https://github.com/open-feature/java-sdk-contrib/issues/561 ) ) ([ 8c99124] ( https://github.com/open-feature/java-sdk-contrib/commit/8c99124cd67a02660b4f7e93aff43b9a0da8b1a5 ) )
11+
312## [ 0.6.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.6...dev.openfeature.contrib.providers.flagd-v0.6.7 ) (2023-11-21)
413
514
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
88<dependency >
99 <groupId >dev.openfeature.contrib.providers</groupId >
1010 <artifactId >flagd</artifactId >
11- <version >0.6.7 </version >
11+ <version >0.6.8 </version >
1212</dependency >
1313```
1414<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >flagd</artifactId >
13- <version >0.6.7 </version > <!-- x-release-please-version -->
13+ <version >0.6.8 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- exclusion expression for e2e tests -->
Original file line number Diff line number Diff line change 1- 0.6.7
1+ 0.6.8
You can’t perform that action at this time.
0 commit comments