File tree 5 files changed +11
-4
lines changed
5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 3
3
"hooks/open-telemetry" : " 3.2.1" ,
4
4
"providers/go-feature-flag" : " 0.4.3" ,
5
5
"providers/flagsmith" : " 0.0.10" ,
6
- "providers/env-var" : " 0.0.8 " ,
6
+ "providers/env-var" : " 0.0.9 " ,
7
7
"providers/jsonlogic-eval-provider" : " 1.1.1" ,
8
8
"providers/unleash" : " 0.1.0-alpha" ,
9
9
"providers/flipt" : " 0.1.1" ,
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.0.9] ( https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.8...dev.openfeature.contrib.providers.env-var-v0.0.9 ) (2025-05-02)
4
+
5
+
6
+ ### 🧹 Chore
7
+
8
+ * update README ([ ec19d29] ( https://github.com/open-feature/java-sdk-contrib/commit/ec19d299699c0297e5356ab71117d820a8c070bf ) )
9
+
3
10
## [ 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
11
5
12
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
10
10
<dependency >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >env-var</artifactId >
13
- <version >0.0.8 </version >
13
+ <version >0.0.9 </version >
14
14
</dependency >
15
15
```
16
16
Original file line number Diff line number Diff line change 10
10
</parent >
11
11
<groupId >dev.openfeature.contrib.providers</groupId >
12
12
<artifactId >env-var</artifactId >
13
- <version >0.0.8 </version > <!-- x-release-please-version -->
13
+ <version >0.0.9 </version > <!-- x-release-please-version -->
14
14
15
15
<properties >
16
16
<!-- override module name defined in parent ("-" is not allowed) -->
Original file line number Diff line number Diff line change 1
- 0.0.8
1
+ 0.0.9
You can’t perform that action at this time.
0 commit comments