Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"providers/flagd": "0.11.14",
"providers/go-feature-flag": "0.4.3",
"providers/flagsmith": "0.0.12",
"providers/env-var": "0.0.11",
"providers/env-var": "0.0.12",
"providers/jsonlogic-eval-provider": "1.2.1",
"providers/unleash": "0.1.2-alpha",
"providers/flipt": "0.1.3",
Expand Down
7 changes: 7 additions & 0 deletions providers/env-var/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.12](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.11...dev.openfeature.contrib.providers.env-var-v0.0.12) (2025-08-25)


### 🐛 Bug Fixes

* **security:** update dependency org.apache.commons:commons-lang3 to v3.18.0 [security] ([#1512](https://github.com/open-feature/java-sdk-contrib/issues/1512)) ([d178006](https://github.com/open-feature/java-sdk-contrib/commit/d178006411b91ff05376ac8f604c5282f2f19383))

## [0.0.11](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.10...dev.openfeature.contrib.providers.env-var-v0.0.11) (2025-07-09)


Expand Down
2 changes: 1 addition & 1 deletion providers/env-var/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment Variables provider allows you to read feature flags from the [proces
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>env-var</artifactId>
<version>0.0.11</version>
<version>0.0.12</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/env-var/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>env-var</artifactId>
<version>0.0.11</version> <!--x-release-please-version -->
<version>0.0.12</version> <!--x-release-please-version -->

<properties>
<!-- override module name defined in parent ("-" is not allowed) -->
Expand Down
2 changes: 1 addition & 1 deletion providers/env-var/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.11
0.0.12