From ac4504ad1309cf0a5a2cdf00d2246ecb4c0520cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Thu, 20 Jul 2023 13:51:34 +0200 Subject: [PATCH] Release version 3.1.0 --- CHANGELOG.md | 2 ++ bin/steward | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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