Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.env-var 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 11, 2023
1 parent 21ff548 commit b164366
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"hooks/open-telemetry": "2.0.0",
"providers/go-feature-flag": "0.2.11",
"providers/flagsmith": "0.0.7",
"providers/env-var": "0.0.3",
"providers/env-var": "0.0.4",
"providers/jsonlogic-eval-provider": "1.0.0"
}
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.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-11)


### Bug Fixes

* **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))

## [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)


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.3</version>
<version>0.0.4</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.3</version> <!--x-release-please-version -->
<version>0.0.4</version> <!--x-release-please-version -->

<name>env-var</name>
<description>Environment Variables provider for Java</description>
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.3
0.0.4

0 comments on commit b164366

Please sign in to comment.