From 944c87da745bd7ee031d165af18177468d9ae207 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 26 Jul 2022 15:27:11 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a94d1db..5c278f3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.0...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.1...9.x) + +## [v9.3.1](https://github.com/laravel/laravel/compare/v9.3.0...v9.3.1) - 2022-07-26 + +### Changed + +- Update font delivery by @abenerd in https://github.com/laravel/laravel/pull/5952 +- Don't need to ignore vite config file by @GrahamCampbell in https://github.com/laravel/laravel/pull/5953 ## [v9.3.0](https://github.com/laravel/laravel/compare/v9.2.1...v9.3.0) - 2022-07-20