diff --git a/CHANGELOG.md b/CHANGELOG.md index cc72064f..ef1c2904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.13...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.14...8.x) + + +## [v8.5.14 (2021-03-16)](https://github.com/laravel/laravel/compare/v8.5.13...v8.5.14) + +### Changed +- Add language for prohibited_if and prohibited_unless validation rules ([#5557](https://github.com/laravel/laravel/pull/5557)) +- Add date facade alias ([#5556](https://github.com/laravel/laravel/pull/5556)) + +### Fixed +- Add log level config value to stderr channel ([#5558](https://github.com/laravel/laravel/pull/5558)) +- Fix footer on mobile ([#5561](https://github.com/laravel/laravel/pull/5561)) ## [v8.5.13 (2021-03-09)](https://github.com/laravel/laravel/compare/v8.5.12...v8.5.13)