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 33 "hooks/open-telemetry" : " 3.2.1" ,
44 "providers/go-feature-flag" : " 0.4.3" ,
55 "providers/flagsmith" : " 0.0.10" ,
6- "providers/env-var" : " 0.0.7 " ,
6+ "providers/env-var" : " 0.0.8 " ,
77 "providers/jsonlogic-eval-provider" : " 1.1.1" ,
88 "providers/unleash" : " 0.1.0-alpha" ,
99 "providers/flipt" : " 0.1.1" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.8] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.7...dev.openfeature.contrib.providers.env-var-v0.0.8 ) (2025-05-02)
4+
5+
6+ ### ✨ New Features
7+
8+ * migrate to Java 11 ([ #1336 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1336 ) ) ([ a4be1ff] ( https://github.com/open-feature/java-sdk-contrib/commit/a4be1ff66870a72189873171e83c5b65dbb9991c ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * loosen parent version req ([ #1341 ] ( https://github.com/open-feature/java-sdk-contrib/issues/1341 ) ) ([ 4c7b584] ( https://github.com/open-feature/java-sdk-contrib/commit/4c7b58413b47db5c8c52b906ec2cbbc846779199 ) )
14+
315## [ 0.0.7] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.6...dev.openfeature.contrib.providers.env-var-v0.0.7 ) (2024-09-25)
416
517
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Environment Variables provider allows you to read feature flags from the [proces
1010<dependency >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >env-var</artifactId >
13- <version >0.0.7 </version >
13+ <version >0.0.8 </version >
1414</dependency >
1515```
1616
Original file line number Diff line number Diff line change 1010 </parent >
1111 <groupId >dev.openfeature.contrib.providers</groupId >
1212 <artifactId >env-var</artifactId >
13- <version >0.0.7 </version > <!-- x-release-please-version -->
13+ <version >0.0.8 </version > <!-- x-release-please-version -->
1414
1515 <properties >
1616 <!-- override module name defined in parent ("-" is not allowed) -->
Original file line number Diff line number Diff line change 1- 0.0.7
1+ 0.0.8
You can’t perform that action at this time.
0 commit comments