From 2c3c36222c7c6ca2918fae383d5a954b34717c31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 15:40:14 -0500 Subject: [PATCH] chore(main): release providers/configcat 0.2.1 (#301) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- providers/configcat/CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c85ae0cef..39cd1cf10 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "hooks/open-telemetry": "0.3.1", "hooks/validator": "0.1.6", - "providers/configcat": "0.2.0", + "providers/configcat": "0.2.1", "providers/flagd": "0.1.22", "providers/flipt": "0.1.1", "providers/from-env": "0.1.3", diff --git a/providers/configcat/CHANGELOG.md b/providers/configcat/CHANGELOG.md index 178406448..373b8aa02 100644 --- a/providers/configcat/CHANGELOG.md +++ b/providers/configcat/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/configcat/v0.2.0...providers/configcat/v0.2.1) (2024-02-12) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/configcat/go-sdk/v8 to v8.0.1 ([#313](https://github.com/open-feature/go-sdk-contrib/issues/313)) ([24e78c7](https://github.com/open-feature/go-sdk-contrib/commit/24e78c70f182c17a0fc2531d7dfee92c6c45df44)) +* **deps:** update module github.com/open-feature/go-sdk to v1.6.0 ([#289](https://github.com/open-feature/go-sdk-contrib/issues/289)) ([13eeb48](https://github.com/open-feature/go-sdk-contrib/commit/13eeb482ee3d69c5fb8100563501c2250b6454f1)) +* **deps:** update module github.com/open-feature/go-sdk to v1.7.0 ([#315](https://github.com/open-feature/go-sdk-contrib/issues/315)) ([3f049ad](https://github.com/open-feature/go-sdk-contrib/commit/3f049ad34e93c3b9b9d4cf5a2e56f3777eb858e6)) +* **deps:** update module github.com/open-feature/go-sdk to v1.8.0 ([#329](https://github.com/open-feature/go-sdk-contrib/issues/329)) ([c99b527](https://github.com/open-feature/go-sdk-contrib/commit/c99b52728bad9dce52bfb78a08ae5f4eea83a397)) + + +### ๐Ÿงน Chore + +* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3)) + ## [0.2.0](https://github.com/open-feature/go-sdk-contrib/compare/providers/configcat/v0.1.1...providers/configcat/v0.2.0) (2023-08-02)