From 96ff904174c587afcbf5fc5cce4b6fa41fff2059 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 15:50:41 +0000 Subject: [PATCH] chore(main): release providers/from-env 0.1.5 --- .release-please-manifest.json | 2 +- providers/from-env/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdd6adb0a..a59c16a78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "providers/configcat": "0.2.1", "providers/flagd": "0.2.1", "providers/flipt": "0.1.1", - "providers/from-env": "0.1.4", + "providers/from-env": "0.1.5", "providers/go-feature-flag": "0.1.37", "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.4", diff --git a/providers/from-env/CHANGELOG.md b/providers/from-env/CHANGELOG.md index f29196e07..18f79229b 100644 --- a/providers/from-env/CHANGELOG.md +++ b/providers/from-env/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/from-env/v0.1.4...providers/from-env/v0.1.5) (2024-06-14) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57)) +* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f)) + + +### ✨ New Features + +* **from_env:** option for mapping flag to env name ([#528](https://github.com/open-feature/go-sdk-contrib/issues/528)) ([cede073](https://github.com/open-feature/go-sdk-contrib/commit/cede073056c39346c660b3289459f38464786cea)) + ## [0.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/from-env/v0.1.3...providers/from-env/v0.1.4) (2024-03-22)