diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8542a..205107e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## 4.0.2 + +* Use `--headless=new` option for Chrome webdriver to work with the new version of Chrome (versions post 120) + ## 4.0.1 * Use `options` instead of `capabilities` in `Capybara::Selenium::Driver#initialize`. The use of `capabilities` was deprecated in selenium 4.8.0 and was removed in selenium 4.12.0. diff --git a/lib/govuk_test/version.rb b/lib/govuk_test/version.rb index 3b08310..29e1a7b 100644 --- a/lib/govuk_test/version.rb +++ b/lib/govuk_test/version.rb @@ -1,3 +1,3 @@ module GovukTest - VERSION = "4.0.1".freeze + VERSION = "4.0.2".freeze end