From 0dd0adc3a2a35473b92b612a5dabe0514eaf705b Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 25 Oct 2022 16:41:32 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dc781e..447c357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/valet/compare/v3.1.11...master) +## [Unreleased](https://github.com/laravel/valet/compare/v3.1.12...master) + +## [v3.1.12](https://github.com/laravel/valet/compare/v3.1.11...v3.1.12) - 2022-10-25 + +### Changed + +- Valet fetch-share-url issue fix by @NasirNobin in https://github.com/laravel/valet/pull/1285 +- Add description to `secured` command by @EvanGoss in https://github.com/laravel/valet/pull/1288 ## [v3.1.11](https://github.com/laravel/valet/compare/v3.1.9...v3.1.11) - 2022-09-08