From 06d967a4c72be2ec71a0efd89cc2a3c113cf6da5 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 23 Feb 2021 21:43:02 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8365d68..5c037b49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.10...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.11...8.x) + + +## [v8.5.11 (2021-02-23)](https://github.com/laravel/laravel/compare/v8.5.10...v8.5.11) + +### Fixed +- Don't flash 'current_password' input ([#5541](https://github.com/laravel/laravel/pull/5541)) ## [v8.5.10 (2021-02-16)](https://github.com/laravel/laravel/compare/v8.5.9...v8.5.10)