From 5bd72e78058f5b12977ce0917a3e55bdb9f3b233 Mon Sep 17 00:00:00 2001 From: netpok Date: Thu, 29 Apr 2021 14:55:46 +0200 Subject: [PATCH 1/3] Bump framework version (#5601) to include SQL server security fix for GHSA-4mg9-vhxq-vm7j --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index cd7641be..d0635f15 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "fideloper/proxy": "^4.4", "fruitcake/laravel-cors": "^2.0", "guzzlehttp/guzzle": "^7.0.1", - "laravel/framework": "^8.12", + "laravel/framework": "^8.40", "laravel/tinker": "^2.5" }, "require-dev": { From ca7f3866666d1ec724a4c72389d8f096201d788a Mon Sep 17 00:00:00 2001 From: Umar Date: Fri, 30 Apr 2021 13:45:35 +0100 Subject: [PATCH 2/3] [8.x] Grammatical omission of 'of' on line 14 (#5603) * [FIX] grammatical omission of 'of' on line 14 * Update artisan Co-authored-by: Taylor Otwell --- artisan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artisan b/artisan index 5c23e2e2..67a3329b 100755 --- a/artisan +++ b/artisan @@ -11,7 +11,7 @@ define('LARAVEL_START', microtime(true)); | Composer provides a convenient, automatically generated class loader | for our application. We just need to utilize it! We'll require it | into the script here so that we do not have to worry about the -| loading of any our classes "manually". Feels great to relax. +| loading of any of our classes manually. It's great to relax. | */ From b1b28a6bb120a3d1bb3786ca47f66a95bcb292aa Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 11 May 2021 22:49:31 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45e94be1..b5a89ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.16...8.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v8.5.17...8.x) + + +## [v8.5.17 (2021-05-11)](https://github.com/laravel/laravel/compare/v8.5.16...v8.5.17) + +### Security +- Bump framework version to include SQL server security fix ([#5601](https://github.com/laravel/laravel/pull/5601)) ## [v8.5.16 (2021-04-20)](https://github.com/laravel/laravel/compare/v8.5.15...v8.5.16)