diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b34eda1f0..b5e281eab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "hooks/validator": "0.1.7", "providers/configcat": "0.2.3", "providers/flagd": "0.3.0", - "providers/flipt": "0.1.4", + "providers/flipt": "0.1.5", "providers/from-env": "0.1.6", "providers/go-feature-flag": "0.2.6", "providers/gcp": "0.0.1", diff --git a/providers/flipt/CHANGELOG.md b/providers/flipt/CHANGELOG.md index 9259f730d..a2ee94766 100644 --- a/providers/flipt/CHANGELOG.md +++ b/providers/flipt/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.5](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt/v0.1.4...providers/flipt/v0.1.5) (2025-11-01) + + +### 🐛 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 google.golang.org/protobuf to v1.36.6 ([#707](https://github.com/open-feature/go-sdk-contrib/issues/707)) ([509550b](https://github.com/open-feature/go-sdk-contrib/commit/509550ba1e6ff00dec72d49eaddbcbf6a9b4973c)) +* **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.1.4](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt/v0.1.3...providers/flipt/v0.1.4) (2025-06-19)