File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 5
5
"providers/flagsmith" : " 0.0.12" ,
6
6
"providers/env-var" : " 0.0.11" ,
7
7
"providers/jsonlogic-eval-provider" : " 1.2.1" ,
8
- "providers/unleash" : " 0.1.1 -alpha" ,
8
+ "providers/unleash" : " 0.1.2 -alpha" ,
9
9
"providers/flipt" : " 0.1.3" ,
10
10
"providers/configcat" : " 0.2.1" ,
11
11
"providers/statsig" : " 0.2.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.2-alpha] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.1.1-alpha...dev.openfeature.contrib.providers.unleash-v0.1.2-alpha ) (2025-07-15)
4
+
5
+
6
+ ### 🐛 Bug Fixes
7
+
8
+ * require latest SDK ([ #1488 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1488 ) ) ([ 71afb81] ( https://github.com/open-feature/java-sdk-contrib/commit/71afb81703bc2a5350ab967e478c527469fdb5d2 ) )
9
+
3
10
## [ 0.1.1-alpha] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.unleash-v0.1.0-alpha...dev.openfeature.contrib.providers.unleash-v0.1.1-alpha ) (2025-07-08)
4
11
5
12
Original file line number Diff line number Diff line change 11
11
<dependency >
12
12
<groupId >dev.openfeature.contrib.providers</groupId >
13
13
<artifactId >unleash</artifactId >
14
- <version >0.1.1 -alpha</version >
14
+ <version >0.1.2 -alpha</version >
15
15
</dependency >
16
16
```
17
17
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >unleash</artifactId >
13
- <version >0.1.1 -alpha</version > <!-- x-release-please-version -->
13
+ <version >0.1.2 -alpha</version > <!-- x-release-please-version -->
14
14
15
15
<name >unleash</name >
16
16
<description >unleash provider for Java</description >
Original file line number Diff line number Diff line change 1
- 0.1.1 -alpha
1
+ 0.1.2 -alpha
You can’t perform that action at this time.
0 commit comments