File tree Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Expand file tree Collapse file tree 5 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "providers/flagd" : " 0.9.2 " ,
2
+ "providers/flagd" : " 0.9.3 " ,
3
3
"hooks/open-telemetry" : " 3.2.0" ,
4
4
"providers/go-feature-flag" : " 0.3.0" ,
5
5
"providers/flagsmith" : " 0.0.9" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.9.3] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.2...dev.openfeature.contrib.providers.flagd-v0.9.3 ) (2024-10-21)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * ** deps:** update dependency org.semver4j: semver4j to v5.4.1 ([ #1025 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1025 ) ) ([ c58af09] ( https://github.com/open-feature/java-sdk-contrib/commit/c58af09d35d60bb13bdc4395b7bf9a8017e48344 ) )
9
+
10
+
11
+ ### 🧹 Chore
12
+
13
+ * ** deps:** update junit5 monorepo ([ #1029 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1029 ) ) ([ 39f0c22] ( https://github.com/open-feature/java-sdk-contrib/commit/39f0c22e9a77f66d379848cee5dc2d5a3d711df9 ) )
14
+
3
15
## [ 0.9.2] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.9.1...dev.openfeature.contrib.providers.flagd-v0.9.2 ) (2024-10-16)
4
16
5
17
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.9.2 </version >
11
+ <version >0.9.3 </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.9.2 </version > <!-- x-release-please-version -->
13
+ <version >0.9.3 </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.9.2
1
+ 0.9.3
You can’t perform that action at this time.
0 commit comments