From b11ea6a256a28d30ab4042f4a61c65fbe70f3dba Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Fri, 15 May 2026 11:06:09 -0400 Subject: [PATCH] chore(main): release 0.4.2 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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..e3a049b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.2](https://github.com/open-feature/cli/compare/v0.4.1...v0.4.2) (2026-05-15) + + +### 🧹 Chore + +* **deps:** replace google-github-actions/release-please-action action with googleapis/release-please-action v3 ([#245](https://github.com/open-feature/cli/issues/245)) ([d29afd8](https://github.com/open-feature/cli/commit/d29afd886a096b422333c5c69cd164fa07eada87)) +* 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)