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.1.1" ,
44 "providers/go-feature-flag" : " 0.2.18" ,
55 "providers/flagsmith" : " 0.0.8" ,
6- "providers/env-var" : " 0.0.4 " ,
6+ "providers/env-var" : " 0.0.5 " ,
77 "providers/jsonlogic-eval-provider" : " 1.0.1" ,
88 "providers/unleash" : " 0.0.3-alpha" ,
99 "providers/flipt" : " 0.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.0.5] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.4...dev.openfeature.contrib.providers.env-var-v0.0.5 ) (2023-12-29)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * ** deps:** update dependency org.apache.commons: commons-lang3 to v3.14.0 ([ #552 ] ( https://github.com/open-feature/java-sdk-contrib/issues/552 ) ) ([ b7751c5] ( https://github.com/open-feature/java-sdk-contrib/commit/b7751c5531e8fae5438cf8e9c40870a66b91aaba ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * generate automatic module names ([ #407 ] ( https://github.com/open-feature/java-sdk-contrib/issues/407 ) ) ([ f18df0f] ( https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7 ) )
14+
315## [ 0.0.4] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.3...dev.openfeature.contrib.providers.env-var-v0.0.4 ) (2023-08-12)
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.4 </version >
13+ <version >0.0.5 </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.4 </version > <!-- x-release-please-version -->
13+ <version >0.0.5 </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.4
1+ 0.0.5
You can’t perform that action at this time.
0 commit comments