diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f325f..a6a7f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ chromedriver-helper changelog ========== +2.0.1 - 2019-09-17 +---------- + +Bug fix: + +* Explicitly require 'selenium-webdriver' for projects who don't have the default Rails ordering in their Gemfile. [#60](https://github.com/flavorjones/chromedriver-helper/issues/60) + + 2.0.0 - 2019-09-15 ---------- diff --git a/lib/chromedriver/helper/version.rb b/lib/chromedriver/helper/version.rb index dcfab54..bd0a16d 100644 --- a/lib/chromedriver/helper/version.rb +++ b/lib/chromedriver/helper/version.rb @@ -1,5 +1,5 @@ module Chromedriver class Helper - VERSION = "2.0.0" + VERSION = "2.0.1" end end