From 2f09011d873d6a3678f3c30022645ac0923d1a1b Mon Sep 17 00:00:00 2001 From: taylorotwell Date: Tue, 22 Oct 2024 14:19:10 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bce0bb63e..8e4019752 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Release Notes -## [Unreleased](https://github.com/laravel/dusk/compare/v8.2.9...8.x) +## [Unreleased](https://github.com/laravel/dusk/compare/v8.2.10...8.x) + +## [v8.2.10](https://github.com/laravel/dusk/compare/v8.2.9...v8.2.10) - 2024-10-22 + +* fix: removed Laravel\Dusk\Page import from dusk:page stub by [@fxnm](https://github.com/fxnm) in https://github.com/laravel/dusk/pull/1145 +* [8.x] CI Improvements by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/dusk/pull/1147 +* [8.x] Allow to dynamically add `Tests\Browsers\Page\Page` or `Laravel\Dusk\Page` via `dusk:page` command by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/dusk/pull/1148 ## [v8.2.9](https://github.com/laravel/dusk/compare/v8.2.8...v8.2.9) - 2024-10-14