Skip to content

Commit

Permalink
Release version 3.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Nov 29, 2021
1 parent a4d26be commit e7616b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,8 @@
<!-- There is always Unreleased section on the top. Subsections (Added, Changed, Fixed, Removed) should be added as needed. -->

## Unreleased

## 3.0.0-rc2 - 2021-11-29
### Changed
- Download Selenium server releases from GitHub (see [announcement](https://www.selenium.dev/blog/2021/downloads-moving-to-github-releases/)).

Expand Down
2 changes: 1 addition & 1 deletion bin/steward
Expand Up @@ -43,7 +43,7 @@ if ($installedAsDependency) {
}

$dispatcher = new EventDispatcher();
$application = new Application('Steward', '3.0.0-rc1');
$application = new Application('Steward', '3.0.0-rc2');
$application->setDispatcher($dispatcher);

// Search for listeners and attach them to dispatcher
Expand Down

0 comments on commit e7616b0

Please sign in to comment.