From 04184f9e76f867d17e2ac3791cf87d9d998eb58b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 14:33:21 -0700 Subject: [PATCH] chore(main): release tests/flagd 1.2.3 (#225) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- tests/flagd/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7e0650cf6..2e11290a7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "providers/go-feature-flag": "0.1.22", "providers/flagsmith": "0.1.2", "providers/launchdarkly": "0.1.2", - "tests/flagd": "1.2.2" + "tests/flagd": "1.2.3" } diff --git a/tests/flagd/CHANGELOG.md b/tests/flagd/CHANGELOG.md index abaf91cef..9734b1d34 100644 --- a/tests/flagd/CHANGELOG.md +++ b/tests/flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.2.2...tests/flagd/v1.2.3) (2023-07-18) + + +### 🧹 Chore + +* update module github.com/open-feature/go-sdk to v1.4.0 ([#223](https://github.com/open-feature/go-sdk-contrib/issues/223)) ([7c8ea46](https://github.com/open-feature/go-sdk-contrib/commit/7c8ea46e3e094f746dbf6d80ba6a1b606314e8d7)) + ## [1.2.2](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.2.1...tests/flagd/v1.2.2) (2023-05-11)