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 1
1
{
2
- "providers/flagd" : " 0.6.4 " ,
2
+ "providers/flagd" : " 0.6.5 " ,
3
3
"hooks/open-telemetry" : " 2.1.0" ,
4
4
"providers/go-feature-flag" : " 0.2.13" ,
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.5] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.4...dev.openfeature.contrib.providers.flagd-v0.6.5 ) (2023-10-09)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * ** deps:** update dependency io.opentelemetry: opentelemetry-api to v1.31.0 ([ #474 ] ( https://github.com/open-feature/java-sdk-contrib/issues/474 ) ) ([ f4f28d8] ( https://github.com/open-feature/java-sdk-contrib/commit/f4f28d8413f56d25355ce0331b6cf1f8b8de7229 ) )
9
+ * int/float auto-conversion ([ #472 ] ( https://github.com/open-feature/java-sdk-contrib/issues/472 ) ) ([ 63b541c] ( https://github.com/open-feature/java-sdk-contrib/commit/63b541c166188552764da9df3326754ea6d65b77 ) )
10
+
3
11
## [ 0.6.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.6.3...dev.openfeature.contrib.providers.flagd-v0.6.4 ) (2023-09-28)
4
12
5
13
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This provider is designed to use flagd's [evaluation protocol](https://github.co
12
12
<dependency >
13
13
<groupId >dev.openfeature.contrib.providers</groupId >
14
14
<artifactId >flagd</artifactId >
15
- <version >0.6.4 </version >
15
+ <version >0.6.5 </version >
16
16
</dependency >
17
17
```
18
18
<!-- 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.4 </version > <!-- x-release-please-version -->
13
+ <version >0.6.5 </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.4
1
+ 0.6.5
You can’t perform that action at this time.
0 commit comments