From f897bdb85c2f5f09ca3b939a9dee435a5f122548 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 15:06:18 +0000 Subject: [PATCH] chore(main): release providers/configcat 0.2.2 --- .release-please-manifest.json | 2 +- providers/configcat/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 39cd1cf10..52171e009 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.1", + "providers/configcat": "0.2.2", "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 373b8aa02..6b34c9745 100644 --- a/providers/configcat/CHANGELOG.md +++ b/providers/configcat/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/configcat/v0.2.1...providers/configcat/v0.2.2) (2024-02-29) + + +### 🧹 Chore + +* bump Go to version 1.21 ([#452](https://github.com/open-feature/go-sdk-contrib/issues/452)) ([7ec90ce](https://github.com/open-feature/go-sdk-contrib/commit/7ec90ce4f9b06670187561afd9e342eed4228be1)) + ## [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)