Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.env-var 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 9, 2024
1 parent 157705a commit 55a6a8e
Show file tree
Hide file tree
Showing 5 changed files with 17 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,7 +3,7 @@
"hooks/open-telemetry": "3.1.2",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.6",
"providers/env-var": "0.0.7",
"providers/jsonlogic-eval-provider": "1.1.0",
"providers/unleash": "0.0.4-alpha",
"providers/flipt": "0.0.2",
Expand Down
13 changes: 13 additions & 0 deletions providers/env-var/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.0.7](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.6...dev.openfeature.contrib.providers.env-var-v0.0.7) (2024-08-09)


### 🐛 Bug Fixes

* **deps:** update dependency org.apache.commons:commons-lang3 to v3.15.0 ([#883](https://github.com/open-feature/java-sdk-contrib/issues/883)) ([93b67ed](https://github.com/open-feature/java-sdk-contrib/commit/93b67edaf5a1f81c6eb6341b1fa94d17190bcf1f))
* **deps:** update dependency org.apache.commons:commons-lang3 to v3.16.0 ([#908](https://github.com/open-feature/java-sdk-contrib/issues/908)) ([d21cfe3](https://github.com/open-feature/java-sdk-contrib/commit/d21cfe3ac7da1ff6e1a4dc2ee4b0db5c24ed4847))


### 🧹 Chore

* fix pmd violations ([#856](https://github.com/open-feature/java-sdk-contrib/issues/856)) ([f10d872](https://github.com/open-feature/java-sdk-contrib/commit/f10d87205dd6a21222de362694d208fd293d9200))

## [0.0.6](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.5...dev.openfeature.contrib.providers.env-var-v0.0.6) (2024-06-17)


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.6</version>
<version>0.0.7</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.6</version> <!--x-release-please-version -->
<version>0.0.7</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.6
0.0.7

0 comments on commit 55a6a8e

Please sign in to comment.