Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Jul 20, 2023
1 parent c92a93e commit ac4504a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

## Unreleased

## 3.1.0 - 2023-07-20

### Changed
- Change default value of `--server-url` option to `http://localhost:4444` (i.e. remove `/wd/hub` from the URL).
- Update to Bootstrap 5 in results.xml and generated timeline.
Expand Down
2 changes: 1 addition & 1 deletion bin/steward
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if ($installedAsDependency) {
}

$dispatcher = new EventDispatcher();
$application = new Application('Steward', '3.0.1');
$application = new Application('Steward', '3.1.0');
$application->setDispatcher($dispatcher);

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

0 comments on commit ac4504a

Please sign in to comment.