From a8bc92f2bb91db210ed2d8cbf4d6b16fa49453dc Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 24 Nov 2020 17:37:28 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7b4769..de9bdab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.2.1...6.x) +## [Unreleased](https://github.com/laravel/browser-kit-testing/compare/v6.2.2...6.x) + + +## [v6.2.2 (2020-11-24)](https://github.com/laravel/browser-kit-testing/compare/v6.2.1...v6.2.2) + +### Fixed +- Use TestResponse as return value in PHPDoc ([#150](https://github.com/laravel/browser-kit-testing/pull/150)) +- Fix missing `$cookies` argument ([#151](https://github.com/laravel/browser-kit-testing/pull/151)) ## [v6.2.1 (2020-11-10)](https://github.com/laravel/browser-kit-testing/compare/v6.2.0...v6.2.1)