diff --git a/CHANGELOG.md b/CHANGELOG.md index ebdaec9..6f677e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/bin/steward b/bin/steward index 9c2f058..34158a3 100755 --- a/bin/steward +++ b/bin/steward @@ -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