Skip to content

Commit

Permalink
Preparing 2.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Nov 30, 2024
1 parent b1d132c commit aa0e5b2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Added support for WebdriverClassicDriver Mink's Driver (supports Selenium 2, 3, 4) as `webdriver-classic`.
...

### Changed
...

### Fixed
...

## [2.5.0] - 2024-11-30
### Added
- Added support for WebdriverClassicDriver Mink's Driver (supports Selenium 2, 3, 4) as `webdriver-classic`.

## [2.4.0] - 2024-07-15
### Added
- Specify failed PHPUnit assertion text to the BrowserStack ("reason" field)/SauceLabs("custom-data" field) test.
Expand Down Expand Up @@ -115,7 +119,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Initial release.

[Unreleased]: https://github.com/minkphp/phpunit-mink/compare/v2.4.0...HEAD
[Unreleased]: https://github.com/minkphp/phpunit-mink/compare/v2.5.0...HEAD
[2.5.0]: https://github.com/minkphp/phpunit-mink/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/minkphp/phpunit-mink/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/minkphp/phpunit-mink/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/minkphp/phpunit-mink/compare/v2.1.1...v2.2.0
Expand Down

0 comments on commit aa0e5b2

Please sign in to comment.