1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00

Update CHANGELOG.md

This commit is contained in:
Dries Vints
2023-03-28 20:20:23 +02:00
committed by GitHub
parent 191d5c3700
commit f65774d070

View File

@@ -4,13 +4,9 @@ ## [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
Welcome to Valet v4! This release is mostly about re-writing the internals so they're easier to debug, fix, and modify. There are a few user-facing additions and improvements, including but not limited to: ngrok is now managed by Homebrew, `.valetphprc` is replaced with a more powerful `.valetrc`, you can use [Expose](https://expose.dev/) to share, there's a new `status` command to make sure all your services are running correctly, and a lot of the other existing commands work even better than ever before.