From d82d7505a17355dfe09c6722cebd6274f11585eb Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 20 Oct 2020 20:34:02 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 658af6c0..5f642bbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.1.0...master) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.2.0...master) + + +## [v8.2.0 (2020-10-20)](https://github.com/laravel/laravel/compare/v8.1.0...v8.2.0) + +### Added +- Added 'LOG_LEVEL' env variable in `.env.example` ([#5445](https://github.com/laravel/laravel/pull/5445)) +- Add 'multiple_of' translation ([#5449](https://github.com/laravel/laravel/pull/5449)) ## [v8.1.0 (2020-10-06)](https://github.com/laravel/laravel/compare/v8.0.3...v8.1.0)