From b39ef34da633751ae73737f9b32cefb08d4b257a Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 16 Apr 2024 15:21:19 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6cb76e11..0abcd7d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Release Notes -## [Unreleased](https://github.com/laravel/dusk/compare/v8.1.1...8.x) +## [Unreleased](https://github.com/laravel/dusk/compare/v8.1.2...8.x) + +## [v8.1.2](https://github.com/laravel/dusk/compare/v8.1.1...v8.1.2) - 2024-04-16 + +* Move `hasHeadlessDisabled()` and `shouldStartMaximized()` to `Laravel\Dusk\TestCase` by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/dusk/pull/1098 ## [v8.1.1](https://github.com/laravel/dusk/compare/v8.1.0...v8.1.1) - 2024-03-28