From 226186378b9dc610a07e4ab4bb38fefec418e28c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 11:53:08 -0500 Subject: [PATCH] chore(main): release OpenFeature.Contrib.Providers.Flagsmith 0.1.2 (#99) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- .../CHANGELOG.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d2ebc26..68721589 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ "src/OpenFeature.Contrib.Hooks.Otel": "0.1.1", "src/OpenFeature.Contrib.Providers.Flagd": "0.1.7", "src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4", - "src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.1" + "src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.2" } \ No newline at end of file diff --git a/src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md b/src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md index 15af5723..711495ad 100644 --- a/src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md +++ b/src/OpenFeature.Contrib.Providers.Flagsmith/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.1...OpenFeature.Contrib.Providers.Flagsmith-v0.1.2) (2023-11-21) + + +### ๐Ÿ› Bug Fixes + +* Flagsmith provider no key exception ([#98](https://github.com/open-feature/dotnet-sdk-contrib/issues/98)) ([da84a17](https://github.com/open-feature/dotnet-sdk-contrib/commit/da84a177b574ac5779f3d85af836e426f47020e7)) +* update Flagsmith dependencies ([#102](https://github.com/open-feature/dotnet-sdk-contrib/issues/102)) ([1c3b6ed](https://github.com/open-feature/dotnet-sdk-contrib/commit/1c3b6ed1f23c137e3703d8bcd710e5d180a5565d)) + + +### ๐Ÿงน Chore + +* **deps:** update dependency system.text.json to v7.0.4 ([#101](https://github.com/open-feature/dotnet-sdk-contrib/issues/101)) ([84f453d](https://github.com/open-feature/dotnet-sdk-contrib/commit/84f453ded557491ae69ae7d279d51642327dc8e6)) + ## [0.1.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Providers.Flagsmith-v0.1.0...OpenFeature.Contrib.Providers.Flagsmith-v0.1.1) (2023-10-24)