From 176937a326155f91b8d7e9d5c20a60dcfdff8bac Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 24 Oct 2018 11:54:17 +0100 Subject: [PATCH] Release 0.3.0 Add missing changelog message, and bump version. --- CHANGELOG.md | 4 ++++ lib/govuk_test/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a498efd..05dbb2f 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. +## 0.3.0 + +* Don't download chromedriver if it's already available. + ## 0.2.1 * Explicitly require the `chromedriver-helper` Gem to fix the path to the binary. diff --git a/lib/govuk_test/version.rb b/lib/govuk_test/version.rb index 931e9eb..0d41310 100644 --- a/lib/govuk_test/version.rb +++ b/lib/govuk_test/version.rb @@ -1,3 +1,3 @@ module GovukTest - VERSION = "0.2.1" + VERSION = "0.3.0" end