From 1add455ed10abe830946e8975be07e9c839434cd Mon Sep 17 00:00:00 2001 From: taylorotwell <463230+taylorotwell@users.noreply.github.com> Date: Tue, 19 Aug 2025 02:12:46 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 358c98c..33c9a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/valet/compare/v4.9.0...master) +## [Unreleased](https://github.com/laravel/valet/compare/v4.9.1...master) + +## [v4.9.1](https://github.com/laravel/valet/compare/v4.9.0...v4.9.1) - 2025-08-19 + +* fix(php): ignore warnings in CLI parsing by [@saibotk](https://github.com/saibotk) in https://github.com/laravel/valet/pull/1527 ## [v4.9.0](https://github.com/laravel/valet/compare/v4.8.7...v4.9.0) - 2025-07-22