From ffdc02cfcf039a9f243586ba568802e71f5d47ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 09:16:36 -0500 Subject: [PATCH] chore: release main (#122) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- providers/flagd/CHANGELOG.md | 7 +++++++ tests/flagd/CHANGELOG.md | 7 +++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d47da80a8..009f7fcdf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,8 +1,8 @@ { "hooks/open-telemetry": "0.2.2", "hooks/validator": "0.1.2", - "providers/flagd": "0.1.8", + "providers/flagd": "0.1.9", "providers/from-env": "0.1.2", "providers/go-feature-flag": "0.1.4", - "tests/flagd": "1.1.0" + "tests/flagd": "1.2.0" } \ No newline at end of file diff --git a/providers/flagd/CHANGELOG.md b/providers/flagd/CHANGELOG.md index 69bcbf663..97a2aa53d 100644 --- a/providers/flagd/CHANGELOG.md +++ b/providers/flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.9](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.8...providers/flagd/v0.1.9) (2023-02-24) + + +### Bug Fixes + +* **deps:** update module github.com/open-feature/flagd to v0.3.7 ([#106](https://github.com/open-feature/go-sdk-contrib/issues/106)) ([497ed34](https://github.com/open-feature/go-sdk-contrib/commit/497ed34add9d3f77fdcd3eb48e175aa39cc4388f)) + ## [0.1.8](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.7...providers/flagd/v0.1.8) (2023-02-21) diff --git a/tests/flagd/CHANGELOG.md b/tests/flagd/CHANGELOG.md index d41c317c3..823ada106 100644 --- a/tests/flagd/CHANGELOG.md +++ b/tests/flagd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [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) + + +### Features + +* use symbolic links to bypass flagd receiving empty state in file changes ([#123](https://github.com/open-feature/go-sdk-contrib/issues/123)) ([9ad24f1](https://github.com/open-feature/go-sdk-contrib/commit/9ad24f10028173ebcbdde161a5aa9c8c8f71a9ed)) + ## [1.1.0](https://github.com/open-feature/go-sdk-contrib/compare/tests/flagd/v1.0.1...tests/flagd/v1.1.0) (2023-02-13)