diff --git a/.release-please-manifest.json b/.release-please-manifest.json index efa3468c9..5a8579a08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -13,7 +13,7 @@ "providers/harness": "0.0.4-alpha", "providers/statsig": "0.0.4", "providers/ofrep": "0.1.6", - "providers/prefab": "0.0.3", + "providers/prefab": "0.0.4", "tests/flagd": "1.5.0", "providers/go-feature-flag-in-process": "0.1.1", "providers/multi-provider": "0.0.4", diff --git a/providers/prefab/CHANGELOG.md b/providers/prefab/CHANGELOG.md index 3b90cbf4b..3cf57d33d 100644 --- a/providers/prefab/CHANGELOG.md +++ b/providers/prefab/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/prefab/v0.0.3...providers/prefab/v0.0.4) (2025-09-20) + + +### 🐛 Bug Fixes + +* **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)) +* **security:** update vulnerability-updates [security] ([#724](https://github.com/open-feature/go-sdk-contrib/issues/724)) ([629a535](https://github.com/open-feature/go-sdk-contrib/commit/629a5351c2c4b8fed00522f7453d5545920ceaaf)) + ## [0.0.3](https://github.com/open-feature/go-sdk-contrib/compare/providers/prefab/v0.0.2...providers/prefab/v0.0.3) (2025-06-19)