diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 218393f..4cff5b9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.1" + ".": "0.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42d4dd2..4ea9ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/open-feature/cli/compare/v0.4.1...v0.4.2) (2026-05-13) + + +### 🧹 Chore + +* resolve open dependabot security alerts ([#249](https://github.com/open-feature/cli/issues/249)) ([ed72dad](https://github.com/open-feature/cli/commit/ed72dadaad978bce8f5fcf415e42753c94e137ff)) + ## [0.4.1](https://github.com/open-feature/cli/compare/v0.4.0...v0.4.1) (2026-04-28)