Skip to content

Commit

Permalink
Merge pull request #196 from springleaf/0-10-1
Browse files Browse the repository at this point in the history
Update CHANGELOG and version for 0.10.1
  • Loading branch information
ronwsmith authored Oct 12, 2017
2 parents a1ee608 + e5adda1 commit 1900773
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -155,4 +155,4 @@ DEPENDENCIES
watir-webdriver

BUNDLED WITH
1.14.6
1.15.0
2 changes: 1 addition & 1 deletion lib/billy/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Billy
VERSION = '0.10.0'
VERSION = '0.10.1'
end

0 comments on commit 1900773

Please sign in to comment.