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