diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b0fe2ccc6..ec909631d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { ".": "0.8.3", - "apis": "0.2.44" + "apis": "0.2.45" } diff --git a/apis/CHANGELOG.md b/apis/CHANGELOG.md index 38c287631..9bd7eff33 100644 --- a/apis/CHANGELOG.md +++ b/apis/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.2.45](https://github.com/open-feature/open-feature-operator/compare/apis/v0.2.44...apis/v0.2.45) (2025-01-13) + + +### ✨ New Features + +* add gateway api support ([#725](https://github.com/open-feature/open-feature-operator/issues/725)) ([b393a26](https://github.com/open-feature/open-feature-operator/commit/b393a2669c05d58afe453867401f8d697464b145)) + + +### 🐛 Bug Fixes + +* flagd environment variables missing prefix ([#730](https://github.com/open-feature/open-feature-operator/issues/730)) ([0aa61ec](https://github.com/open-feature/open-feature-operator/commit/0aa61ec1419ec1d99f3c875dd6526ec8ca8e6014)) + ## [0.2.44](https://github.com/open-feature/open-feature-operator/compare/apis/v0.2.43...apis/v0.2.44) (2024-07-23)