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) diff --git a/CHANGELOG-7.x.md b/CHANGELOG-7.x.md index 851fe0d663dd..2e01e8407b79 100644 --- a/CHANGELOG-7.x.md +++ b/CHANGELOG-7.x.md @@ -1,6 +1,12 @@ # Release Notes for 7.x -## [Unreleased](https://github.com/laravel/framework/compare/v7.28.3...7.x) +## [Unreleased](https://github.com/laravel/framework/compare/v7.28.4...7.x) + + +## [v7.28.4 (2020-10-06)](https://github.com/laravel/framework/compare/v7.28.3...v7.28.4) + +### Fixed +- Added missed RESET_THROTTLED constant to Password Facade ([#34641](https://github.com/laravel/framework/pull/34641)) ## [v7.28.3 (2020-09-17)](https://github.com/laravel/framework/compare/v7.28.2...v7.28.3)