From 55db9d681a1420271ebba4053a2576854d7d42db Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 29 Mar 2022 14:52:38 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9a70cb..ed2bd2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.2...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.3...9.x) + +## [v9.1.3](https://github.com/laravel/laravel/compare/v9.1.2...v9.1.3) - 2022-03-29 + +### Changed + +- Add an example to the class aliases by @nshiro in https://github.com/laravel/laravel/pull/5846 +- Add username in config to use with phpredis + ACL by @neoteknic in https://github.com/laravel/laravel/pull/5851 +- Remove "password" from validation lang by @mnastalski in https://github.com/laravel/laravel/pull/5856 +- Make authenticate session a route middleware by @taylorotwell in https://github.com/laravel/laravel/pull/5842 ## [v9.1.2](https://github.com/laravel/laravel/compare/v9.1.1...v9.1.2) - 2022-03-15