Skip to content

Commit 96e4ae7

Browse files
chore(main): release dev.openfeature.contrib.providers.env-var 0.0.4 (#379)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7987c5f commit 96e4ae7

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"hooks/open-telemetry": "2.0.0",
44
"providers/go-feature-flag": "0.2.11",
55
"providers/flagsmith": "0.0.7",
6-
"providers/env-var": "0.0.3",
6+
"providers/env-var": "0.0.4",
77
"providers/jsonlogic-eval-provider": "1.0.0"
88
}

providers/env-var/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.13.0 ([#376](https://github.com/open-feature/java-sdk-contrib/issues/376)) ([bc8f8fa](https://github.com/open-feature/java-sdk-contrib/commit/bc8f8fab5be2df84531c5bc3dbb269a984c1ccaa))
9+
310
## [0.0.3](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.2...dev.openfeature.contrib.providers.env-var-v0.0.3) (2023-05-01)
411

512

providers/env-var/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.3</version>
13+
<version>0.0.4</version>
1414
</dependency>
1515
```
1616

providers/env-var/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>dev.openfeature.contrib.providers</groupId>
1212
<artifactId>env-var</artifactId>
13-
<version>0.0.3</version> <!--x-release-please-version -->
13+
<version>0.0.4</version> <!--x-release-please-version -->
1414

1515
<name>env-var</name>
1616
<description>Environment Variables provider for Java</description>

providers/env-var/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

0 commit comments

Comments
 (0)