From ee3738faf1ba323dc78385e5d34b0ba0fcd99e65 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:00:04 +0200 Subject: [PATCH] chore(main): release providers/go-feature-flag 0.2.1 (#573) 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 | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8e9cf94f7..84c9dd5cd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -5,7 +5,7 @@ "providers/flagd": "0.2.2", "providers/flipt": "0.1.2", "providers/from-env": "0.1.5", - "providers/go-feature-flag": "0.2.0", + "providers/go-feature-flag": "0.2.1", "providers/flagsmith": "0.1.4", "providers/launchdarkly": "0.1.5", "providers/unleash": "0.0.3-alpha", diff --git a/providers/go-feature-flag/CHANGELOG.md b/providers/go-feature-flag/CHANGELOG.md index 696c520c1..8a54cf4c2 100644 --- a/providers/go-feature-flag/CHANGELOG.md +++ b/providers/go-feature-flag/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.2.0...providers/go-feature-flag/v0.2.1) (2024-09-10) + + +### ๐Ÿ› Bug Fixes + +* Calling `err.Error()` on nil error causes panic ([#579](https://github.com/open-feature/go-sdk-contrib/issues/579)) ([4c85501](https://github.com/open-feature/go-sdk-contrib/commit/4c855019d912982cd30f2c940e0908892c68410b)) + + +### ๐Ÿงน Chore + +* add license to module ([#554](https://github.com/open-feature/go-sdk-contrib/issues/554)) ([abb7657](https://github.com/open-feature/go-sdk-contrib/commit/abb76571c373582f36837587400104eb754c01b9)) + ## [0.2.0](https://github.com/open-feature/go-sdk-contrib/compare/providers/go-feature-flag/v0.1.38...providers/go-feature-flag/v0.2.0) (2024-08-14)