CHANGELOG.md in govuk_test-1.0.1 vs CHANGELOG.md in govuk_test-1.0.2

- old
+ new

@@ -5,9 +5,17 @@ - Include a link to your pull request. - Don't include changes that are purely internal. The CHANGELOG should be a useful summary for people upgrading their application, not a replication of the commit log. +## 1.0.2 + +* Allow new versions of 'webdrivers' above 4 + +## 1.0.1 + +* Ensure version of 'webdrivers' is at least 4 + ## 1.0.0 * BREAKING: `.configure` accepts a `chrome_options` argument of an instance of `Selenium::Webdriver::Chrome::Options` rather than a hash. The `window_size` argument is dropped and can be done by configuring the `chrome_options`