From e96840e20673ed87e684b8ee814bdf02c1c8dfcc Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Fri, 7 Aug 2020 17:28:47 +0100 Subject: [PATCH 1/2] Set framework version ^6.18.35 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 0d69ebda..cc85fb7d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "require": { "php": "^7.2", "fideloper/proxy": "^4.0", - "laravel/framework": "^6.18.29", + "laravel/framework": "^6.18.35", "laravel/tinker": "^2.0" }, "require-dev": { From 921b14b954d51125b8369299a6ba18d78735367d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 11 Aug 2020 19:16:01 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83942d56..5738bf0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v6.18.8...6.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v6.18.35...6.x) + + +## [v6.18.35 (2020-08-11)](https://github.com/laravel/laravel/compare/v6.18.8...v6.18.35) + +### Changed +- Set framework version to `^6.18.35` ([#5369](https://github.com/laravel/laravel/pull/5369)) +- Bump lodash from 4.17.15 to 4.17.19 ([f465c51](https://github.com/laravel/laravel/commit/f465c511c009235fc7bfa06bfcb41294e60e9b42)) +- Disable webpack-dev-server host check ([#5288](https://github.com/laravel/laravel/pull/5288)) ## [v6.18.8 (2020-04-16)](https://github.com/laravel/laravel/compare/v6.18.3...v6.18.8)