From ea27c9af8f9fbd27ab0753749830c267f25de9d4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 6 Oct 2020 09:21:51 -0500 Subject: [PATCH 1/4] patch --- src/Illuminate/Foundation/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index 6e17144a10f1..466b878d9c32 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -31,7 +31,7 @@ class Application extends Container implements ApplicationContract, HttpKernelIn * * @var string */ - const VERSION = '6.18.41'; + const VERSION = '6.18.42'; /** * The base path for the Laravel installation. From de187e9200948bab6975167e480950abcd5efdac Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 6 Oct 2020 09:22:09 -0500 Subject: [PATCH 2/4] patch --- src/Illuminate/Foundation/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Foundation/Application.php b/src/Illuminate/Foundation/Application.php index 65e182460a15..41f43157b457 100755 --- a/src/Illuminate/Foundation/Application.php +++ b/src/Illuminate/Foundation/Application.php @@ -33,7 +33,7 @@ class Application extends Container implements ApplicationContract, CachesConfig * * @var string */ - const VERSION = '7.28.3'; + const VERSION = '7.28.4'; /** * The base path for the Laravel installation. From 84d7a684c5bfd114e537ebe5eb03ac9643925cf3 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Thu, 8 Oct 2020 20:54:55 +0300 Subject: [PATCH 3/4] [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) From 5dfe9bc04661f83e72fbcf2c8e0c4f4b25020082 Mon Sep 17 00:00:00 2001 From: Tetiana Blindaruk Date: Thu, 8 Oct 2020 21:06:53 +0300 Subject: [PATCH 4/4] [7.x] update changelog --- CHANGELOG-7.x.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)