diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9470059ad..18343ca78 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "providers/configcat": "0.2.1", "providers/flagd": "0.1.22", "providers/flipt": "0.1.1", - "providers/from-env": "0.1.3", + "providers/from-env": "0.1.4", "providers/go-feature-flag": "0.1.33", "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 8c6dcc990..f29196e07 100644 --- a/providers/from-env/CHANGELOG.md +++ b/providers/from-env/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [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) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/go-sdk to v1.6.0 ([#289](https://github.com/open-feature/go-sdk-contrib/issues/289)) ([13eeb48](https://github.com/open-feature/go-sdk-contrib/commit/13eeb482ee3d69c5fb8100563501c2250b6454f1)) +* **deps:** update module github.com/open-feature/go-sdk to v1.7.0 ([#315](https://github.com/open-feature/go-sdk-contrib/issues/315)) ([3f049ad](https://github.com/open-feature/go-sdk-contrib/commit/3f049ad34e93c3b9b9d4cf5a2e56f3777eb858e6)) +* **deps:** update module github.com/open-feature/go-sdk to v1.8.0 ([#329](https://github.com/open-feature/go-sdk-contrib/issues/329)) ([c99b527](https://github.com/open-feature/go-sdk-contrib/commit/c99b52728bad9dce52bfb78a08ae5f4eea83a397)) + + +### ๐Ÿงน Chore + +* bump Go to version 1.21 ([#452](https://github.com/open-feature/go-sdk-contrib/issues/452)) ([7ec90ce](https://github.com/open-feature/go-sdk-contrib/commit/7ec90ce4f9b06670187561afd9e342eed4228be1)) +* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3)) + ## [0.1.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/from-env/v0.1.2...providers/from-env/v0.1.3) (2023-07-21)