File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 33 "hooks/open-telemetry" : " 3.2.0" ,
44 "providers/go-feature-flag" : " 0.2.23" ,
55 "providers/flagsmith" : " 0.0.9" ,
6- "providers/env-var" : " 0.0.6 " ,
6+ "providers/env-var" : " 0.0.7 " ,
77 "providers/jsonlogic-eval-provider" : " 1.1.0" ,
88 "providers/unleash" : " 0.0.4-alpha" ,
99 "providers/flipt" : " 0.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 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)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.15.0 ([ #883 ] ( https://github.com/open-feature/java-sdk-contrib/issues/883 ) ) ([ 93b67ed] ( https://github.com/open-feature/java-sdk-contrib/commit/93b67edaf5a1f81c6eb6341b1fa94d17190bcf1f ) )
9+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.16.0 ([ #908 ] ( https://github.com/open-feature/java-sdk-contrib/issues/908 ) ) ([ d21cfe3] ( https://github.com/open-feature/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847 ) )
10+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.17.0 ([ #932 ] ( https://github.com/open-feature/java-sdk-contrib/issues/932 ) ) ([ c598d9f] ( https://github.com/open-feature/java-sdk-contrib/commit/c598d9f0a61f2324fb85d72fdfea34811283c575 ) )
11+
12+
13+ ### 🧹 Chore
14+
15+ * fix pmd violations ([ #856 ] ( https://github.com/open-feature/java-sdk-contrib/issues/856 ) ) ([ f10d872] ( https://github.com/open-feature/java-sdk-contrib/commit/f10d87205dd6a21222de362694d208fd293d9200 ) )
16+
317## [ 0.0.6] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.5...dev.openfeature.contrib.providers.env-var-v0.0.6 ) (2024-06-17)
418
519
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.6 </version >
13+ <version >0.0.7 </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.6 </version > <!-- x-release-please-version -->
13+ <version >0.0.7 </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.6
1+ 0.0.7
You can’t perform that action at this time.
0 commit comments