diff --git a/CHANGELOG.md b/CHANGELOG.md index d0ec5fe..15a8d93 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. +## 3.0.0 + +* BREAKING: Remove dependency on `webdrivers` gem. It's now expected that ChromeDriver is present on the underlying operating system. ([#43](https://github.com/alphagov/govuk_test/pull/43)) + ## 2.3.0 * Update brakeman to fix false positive warning ([#41](https://github.com/alphagov/govuk_test/pull/41)) diff --git a/lib/govuk_test/version.rb b/lib/govuk_test/version.rb index e5fb099..a1b1642 100644 --- a/lib/govuk_test/version.rb +++ b/lib/govuk_test/version.rb @@ -1,3 +1,3 @@ module GovukTest - VERSION = "2.3.0" + VERSION = "3.0.0" end