From 1e974481ad7cd643aef9ab0483b9afbeb8b14572 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 19 Jul 2022 14:22:59 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f534dbd..3a94d1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.2.1...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.3.0...9.x) + +## [v9.3.0](https://github.com/laravel/laravel/compare/v9.2.1...v9.3.0) - 2022-07-20 + +### Added + +- Uses `laravel/pint` for styling by @nunomaduro in https://github.com/laravel/laravel/pull/5945 + +### Changed + +- Bump axios version by @ankurk91 in https://github.com/laravel/laravel/pull/5946 +- Vite 3 support by @timacdonald in https://github.com/laravel/laravel/pull/5944 ## [v9.2.1](https://github.com/laravel/laravel/compare/v9.2.0...v9.2.1) - 2022-07-13