From bb7320563888264e956294fb70ed07b017ddfef1 Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 28 Jun 2022 14:37:38 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f47a2634..6535994b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.10...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.2.0...9.x) + +## [v9.2.0](https://github.com/laravel/laravel/compare/v9.1.10...v9.2.0) - 2022-06-28 + +### Added + +- Vite by @jessarcher in https://github.com/laravel/laravel/pull/5904 +- Added support for easy development configuration in bootstrap.js by @rennokki in https://github.com/laravel/laravel/pull/5900 + +### Changed + +- Sorted entries in the `en` validation translations file by @FaridAghili in https://github.com/laravel/laravel/pull/5899 ## [v9.1.10](https://github.com/laravel/laravel/compare/v9.1.9...v9.1.10) - 2022-06-07