From 921b14b954d51125b8369299a6ba18d78735367d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 11 Aug 2020 19:16:01 +0200 Subject: [PATCH] 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)