From c66546e75fcbf208d2884b5ac7a3a858137753a3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 6 Oct 2020 18:11:27 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543e0262..658af6c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.0.1...master) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.1.0...master) + + +## [v8.1.0 (2020-10-06)](https://github.com/laravel/laravel/compare/v8.0.3...v8.1.0) + +### Added +- Added `LOG_LEVEL` env variable ([#5442](https://github.com/laravel/laravel/pull/5442)) + +### Changed +- Type hint the middleware Request ([#5438](https://github.com/laravel/laravel/pull/5438)) ## [v8.0.3 (2020-09-22)](https://github.com/laravel/laravel/compare/v8.0.2...v8.0.3)