diff --git a/CHANGELOG.md b/CHANGELOG.md index 634ac08..7874932 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Release Notes -## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.0.0...6.x) +## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.1.01...6.x) + + +## [v6.1.0 (2020-08-25)](https://github.com/laravel/browser-kit-testing/compare/v6.0.0...v6.1.0) + +### Added +- Support Laravel 8 ([#140](https://github.com/laravel/browser-kit-testing/pull/140)) + +### Security +- Cookie handling fixes ([#137](https://github.com/laravel/browser-kit-testing/pull/137), [#139](https://github.com/laravel/browser-kit-testing/pull/139)) ## [v6.0.0 (2020-03-03)](https://github.com/laravel/browser-kit-testing/compare/v5.1.4...v6.0.0)