From 288b542a92e2a523ca04ed4d3470389e6c448b05 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 30 Oct 2020 10:10:17 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6651a..e7379f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.1.0...6.x) +## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.2.0...6.x) + + +## [v6.2.0 (2020-10-30)](https://github.com/laravel/browser-kit-testing/compare/v6.1.0...v6.2.0) + +### Added +- PHP 8 Support ([#146](https://github.com/laravel/browser-kit-testing/pull/146)) ## [v6.1.0 (2020-08-25)](https://github.com/laravel/browser-kit-testing/compare/v6.0.0...v6.1.0)