Update CHANGELOG.md

This commit is contained in:
Dries Vints 2021-11-09 18:29:24 +01:00
parent 399d435c4f
commit bad350d199
No known key found for this signature in database
GPG Key ID: E1529B3ACC4A5A76

View File

@ -1,6 +1,13 @@
# Release Notes
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.5...8.x)
## [Unreleased](https://github.com/laravel/laravel/compare/v8.6.6...8.x)
## [v8.6.6 (2021-11-09)](https://github.com/laravel/laravel/compare/v8.6.5...v8.6.6)
### Changed
- Remove redundant `tap()` helper in `index.php` ([#5719](https://github.com/laravel/laravel/pull/5719))
- Add `Js` facade ([399d435](https://github.com/laravel/laravel/commit/399d435c4f0b41a5b6d3e14894195f9196d36bb8))
## [v8.6.5 (2021-10-26)](https://github.com/laravel/laravel/compare/v8.6.4...v8.6.5)