From 84d7a684c5bfd114e537ebe5eb03ac9643925cf3 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Thu, 8 Oct 2020 20:54:55 +0300 Subject: [PATCH] [6.x] update changelog --- CHANGELOG-6.x.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-6.x.md b/CHANGELOG-6.x.md index dc62b3b8aec9..c0642379b166 100644 --- a/CHANGELOG-6.x.md +++ b/CHANGELOG-6.x.md @@ -1,6 +1,12 @@ # Release Notes for 6.x -## [Unreleased](https://github.com/laravel/framework/compare/v6.18.41...6.x) +## [Unreleased](https://github.com/laravel/framework/compare/v6.18.42...6.x) + + +## [v6.18.42 (2020-10-06)](https://github.com/laravel/framework/compare/v6.18.41...v6.18.42) + +### Fixed +- Added missed RESET_THROTTLED constant to Password Facade ([#34641](https://github.com/laravel/framework/pull/34641)) ## [v6.18.41 (2020-09-29)](https://github.com/laravel/framework/compare/v6.18.40...v6.18.41)