From bf096691a00ee0d553d7c2bf0e9a9aadd2b02a64 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:18:06 -0800 Subject: [PATCH] chore(main): release providers/flagd 0.1.22 (#436) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/flagd/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3169a8e17..998179191 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ "hooks/open-telemetry": "0.3.0", "hooks/validator": "0.1.5", "providers/configcat": "0.2.0", - "providers/flagd": "0.1.21", + "providers/flagd": "0.1.22", "providers/flipt": "0.1.1", "providers/from-env": "0.1.3", "providers/go-feature-flag": "0.1.33", diff --git a/providers/flagd/CHANGELOG.md b/providers/flagd/CHANGELOG.md index 20d4f07d5..1376c5f15 100644 --- a/providers/flagd/CHANGELOG.md +++ b/providers/flagd/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.22](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.21...providers/flagd/v0.1.22) (2024-02-01) + + +### 🐛 Bug Fixes + +* **deps:** update golang.org/x/exp digest to 1b97071 ([#379](https://github.com/open-feature/go-sdk-contrib/issues/379)) ([d2b2f1e](https://github.com/open-feature/go-sdk-contrib/commit/d2b2f1e19d5d6e9168174dc2d0196453a57ecac1)) +* improvements to the shutdown of provider & support go 1.20 ([#442](https://github.com/open-feature/go-sdk-contrib/issues/442)) ([6056a8a](https://github.com/open-feature/go-sdk-contrib/commit/6056a8a6854d486a476ccd581ca4570148e1e025)) + + +### ✨ New Features + +* improve in-process error mapping ([#440](https://github.com/open-feature/go-sdk-contrib/issues/440)) ([1dee30b](https://github.com/open-feature/go-sdk-contrib/commit/1dee30b849fd93694d1945490b7aa53b82669770)) + ## [0.1.21](https://github.com/open-feature/go-sdk-contrib/compare/providers/flagd/v0.1.20...providers/flagd/v0.1.21) (2024-01-26)