Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.providers.env-var 0.0.5 (#…
Browse files Browse the repository at this point in the history
…477)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 29, 2023
1 parent ce3825a commit 9252179
Show file tree
Hide file tree
Showing 5 changed files with 16 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.1",
"providers/go-feature-flag": "0.2.18",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.4",
"providers/env-var": "0.0.5",
"providers/jsonlogic-eval-provider": "1.0.1",
"providers/unleash": "0.0.3-alpha",
"providers/flipt": "0.0.2",
Expand Down
12 changes: 12 additions & 0 deletions providers/env-var/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.0.5](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.env-var-v0.0.4...dev.openfeature.contrib.providers.env-var-v0.0.5) (2023-12-29)


### 🐛 Bug Fixes

* **deps:** update dependency org.apache.commons:commons-lang3 to v3.14.0 ([#552](https://github.com/open-feature/java-sdk-contrib/issues/552)) ([b7751c5](https://github.com/open-feature/java-sdk-contrib/commit/b7751c5531e8fae5438cf8e9c40870a66b91aaba))


### 🧹 Chore

* generate automatic module names ([#407](https://github.com/open-feature/java-sdk-contrib/issues/407)) ([f18df0f](https://github.com/open-feature/java-sdk-contrib/commit/f18df0f7bcfc0db3e1ef10aa299aa7d7a17d74f7))

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


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.4</version>
<version>0.0.5</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.4</version> <!--x-release-please-version -->
<version>0.0.5</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.4
0.0.5

0 comments on commit 9252179

Please sign in to comment.