diff --git a/CHANGELOG.md b/CHANGELOG.md index c9b91aafc..5cecc9488 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Release Notes -## [Unreleased](https://github.com/laravel/dusk/compare/v5.8.2...5.0) +## [Unreleased](https://github.com/laravel/dusk/compare/v5.9.0...5.0) + + +## [v5.9.0 (2020-01-28)](https://github.com/laravel/dusk/compare/v5.8.2...v5.9.0) + +### Added +- Add `clickAtXPath` ([#723](https://github.com/laravel/dusk/pull/723), [effe73d](https://github.com/laravel/dusk/commit/effe73d6eb61b4bd77f88814bcd679e4fceb6f25)) +- Add `ProvidesBrowser::getCallerName()` ([#725](https://github.com/laravel/dusk/pull/725)) + +### Fixed +- Fit content to `` instead of `` ([#726](https://github.com/laravel/dusk/pull/726)) ## [v5.8.2 (2020-01-21)](https://github.com/laravel/dusk/compare/v5.8.1...v5.8.2)