From 1d9e53f90d484e636dfca1812e38953befd97158 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 8 Feb 2022 16:27:21 +0000 Subject: [PATCH] Adds Laravel `v9.x` to changelog (#5803) * Adds Laravel `v9.x` to changelog * Update CHANGELOG.md Co-authored-by: Taylor Otwell --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 017a1718..e39f93ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Release Notes ## [Unreleased](https://github.com/laravel/laravel/compare/v9.0.0...9.x) + +## [v9.0.0 (2022-02-08)](https://github.com/laravel/laravel/compare/v8.6.11...v9.0.0) + +Laravel 9 includes a variety of changes to the application skeleton. Please consult the diff to see what's new.