Update CHANGELOG.md

This commit is contained in:
Dries Vints 2020-08-11 19:16:01 +02:00
parent bbd3616715
commit 921b14b954
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76
1 changed files with 9 additions and 1 deletions

View File

@ -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)