CHANGELOG.md in govuk_test-0.2.0 vs CHANGELOG.md in govuk_test-0.2.1

- old
+ new

@@ -5,9 +5,13 @@ - 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. +## 0.2.1 + +* Explicitly require the `chromedriver-helper` Gem to fix the path to the binary. + ## 0.2.0 * Allow passing options to GovukTest.configure. Currently only `window_size` is supported. This is passed to the chrome driver capabilites. eg. `GovukTest.configure(window_size: "1280,720")`.