From 684ad31a8c15fe3b5d35702cdda4cacab0c16494 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:38:42 +0200 Subject: [PATCH] chore(main): release providers/go-feature-flag 0.1.28 (#320) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/go-feature-flag/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 028bb9e96..d013b21e0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "providers/configcat": "0.2.0", "providers/flagd": "0.1.15", "providers/from-env": "0.1.3", - "providers/go-feature-flag": "0.1.27", + "providers/go-feature-flag": "0.1.28", "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.3", "tests/flagd": "1.2.4" diff --git a/providers/go-feature-flag/CHANGELOG.md b/providers/go-feature-flag/CHANGELOG.md index abc8d341b..690e5e546 100644 --- a/providers/go-feature-flag/CHANGELOG.md +++ b/providers/go-feature-flag/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.28](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.1.27...providers/go-feature-flag/v0.1.28) (2023-09-05) + + +### 🐛 Bug Fixes + +* **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/thomaspoignant/go-feature-flag to v1.15.1 ([#319](https://github.com/open-feature/go-sdk-contrib/issues/319)) ([818fae8](https://github.com/open-feature/go-sdk-contrib/commit/818fae824430d91d25a33f111ee086f3b34aea1a)) + ## [0.1.27](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.1.26...providers/go-feature-flag/v0.1.27) (2023-08-21)