diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a1335f5b..0c2e75bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/dusk/compare/v7.11.2...7.x) +## [Unreleased](https://github.com/laravel/dusk/compare/v7.11.3...7.x) + +## [v7.11.3](https://github.com/laravel/dusk/compare/v7.11.2...v7.11.3) - 2023-10-17 + +- Fixes unknown option "--ansi" and "--no-ansi" by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/dusk/pull/1068 +- Fixes `waitForTextIn()` broken in v7.11.2 by [@crynobone](https://github.com/crynobone) in https://github.com/laravel/dusk/pull/1067 ## [v7.11.2](https://github.com/laravel/dusk/compare/v7.11.1...v7.11.2) - 2023-10-10