diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 343519b..e74dc54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.8" + ".": "0.3.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cbb5a03..cbdf3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.9](https://github.com/open-feature/cli/compare/v0.3.8...v0.3.9) (2025-10-28) + + +### 🐛 Bug Fixes + +* add buildx to release pipeline ([002c982](https://github.com/open-feature/cli/commit/002c98254cec39ba226fe42a8d8582790867554d)) + ## [0.3.8](https://github.com/open-feature/cli/compare/v0.3.7...v0.3.8) (2025-10-28)