diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efa3468c9..82bf759ee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "hooks/open-telemetry": "0.3.6", "hooks/validator": "0.1.6", - "providers/configcat": "0.2.2", + "providers/configcat": "0.2.3", "providers/flagd": "0.3.0", "providers/flipt": "0.1.4", "providers/from-env": "0.1.5", diff --git a/providers/configcat/CHANGELOG.md b/providers/configcat/CHANGELOG.md index 5e997daca..b4078abaf 100644 --- a/providers/configcat/CHANGELOG.md +++ b/providers/configcat/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/configcat/v0.2.2...providers/configcat/v0.2.3) (2025-09-20) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/configcat/go-sdk/v9 to v9.0.7 ([#561](https://github.com/open-feature/go-sdk-contrib/issues/561)) ([5741676](https://github.com/open-feature/go-sdk-contrib/commit/57416765897bef42245657b055ab6b35749556f3)) +* **deps:** update module github.com/open-feature/go-sdk to v1.15.1 ([#681](https://github.com/open-feature/go-sdk-contrib/issues/681)) ([8fd544f](https://github.com/open-feature/go-sdk-contrib/commit/8fd544ff81fd25eed655a214aa1ae1906a436f0d)) +* **deps:** update module github.com/stretchr/testify to v1.10.0 ([#718](https://github.com/open-feature/go-sdk-contrib/issues/718)) ([d7963ff](https://github.com/open-feature/go-sdk-contrib/commit/d7963ff4f0a9bd25968efca31b92fdfd886a9e92)) + ## [0.2.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/configcat/v0.2.1...providers/configcat/v0.2.2) (2025-03-05)