diff --git a/CHANGELOG.md b/CHANGELOG.md index 4df98b1..cd823dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +v0.10.1, 2017-10-12 +------------------- + * Fix selenium webdriver deprecation warning [#194](https://github.com/oesmith/puffing-billy/pull/194) + v0.10.0, 2017-04-06 ------------------- * Allow to simulate network delays when responding from cache [#182](https://github.com/oesmith/puffing-billy/pull/182) diff --git a/Gemfile.lock b/Gemfile.lock index b7f0e92..ebc5e95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - puffing-billy (0.10.0) + puffing-billy (0.10.1) addressable (~> 2.4.0) em-http-request (~> 1.1.0) em-synchrony @@ -155,4 +155,4 @@ DEPENDENCIES watir-webdriver BUNDLED WITH - 1.14.6 + 1.15.0 diff --git a/lib/billy/version.rb b/lib/billy/version.rb index f702615..e65b12a 100644 --- a/lib/billy/version.rb +++ b/lib/billy/version.rb @@ -1,3 +1,3 @@ module Billy - VERSION = '0.10.0' + VERSION = '0.10.1' end