File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.6.7 " ,
2
+ "providers/flagd" : " 0.6.8 " ,
3
3
"hooks/open-telemetry" : " 3.1.0" ,
4
4
"providers/go-feature-flag" : " 0.2.15" ,
5
5
"providers/flagsmith" : " 0.0.8" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## [ 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)
4
13
5
14
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
8
8
<dependency >
9
9
<groupId >dev.openfeature.contrib.providers</groupId >
10
10
<artifactId >flagd</artifactId >
11
- <version >0.6.7 </version >
11
+ <version >0.6.8 </version >
12
12
</dependency >
13
13
```
14
14
<!-- x-release-please-end-version -->
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >flagd</artifactId >
13
- <version >0.6.7 </version > <!-- x-release-please-version -->
13
+ <version >0.6.8 </version > <!-- x-release-please-version -->
14
14
15
15
<properties >
16
16
<!-- 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