From 191d5c370067cdd7e488e8d8eee7d746ed0a4205 Mon Sep 17 00:00:00 2001 From: mattstauffer Date: Mon, 27 Mar 2023 18:43:24 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0cb7a7..2a1f154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/valet/compare/v4.0.0...master) +## [Unreleased](https://github.com/laravel/valet/compare/v4.0.1...master) + +## [v4.0.1](https://github.com/laravel/valet/compare/v4.0.0...v4.0.1) - 2023-03-27 + +### What's Changed + +- Fixes Valet\Drivers\LocalValetDriver not found error by @fylzero in https://github.com/laravel/valet/pull/1388 +- More robust check for Bedrock environments by @ethanclevenger91 in https://github.com/laravel/valet/pull/1390 + +**Full Changelog**: https://github.com/laravel/valet/compare/v4.0.0...v4.0.1 ## [v4.0.0](https://github.com/laravel/valet/compare/v3.3.2...v4.0.0) - 2023-03-14