From f9b8340d0285c23ed0f072666081ad76aba9f018 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:55:08 -0500 Subject: [PATCH] chore: release main (#127) 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 009f7fcdf..1f20e5ea0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,5 +4,5 @@ "providers/flagd": "0.1.9", "providers/from-env": "0.1.2", "providers/go-feature-flag": "0.1.4", - "tests/flagd": "1.2.0" + "tests/flagd": "1.2.1" } \ No newline at end of file diff --git a/tests/flagd/CHANGELOG.md b/tests/flagd/CHANGELOG.md index 823ada106..9cd4dc852 100644 --- a/tests/flagd/CHANGELOG.md +++ b/tests/flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.2.0...tests/flagd/v1.2.1) (2023-02-27) + + +### Bug Fixes + +* only reset state if necessary ([#126](https://github.com/open-feature/go-sdk-contrib/issues/126)) ([51b1a83](https://github.com/open-feature/go-sdk-contrib/commit/51b1a83a93311c4b377574176f3f3ed04a7eabb1)) + ## [1.2.0](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.1.0...tests/flagd/v1.2.0) (2023-02-24)