Skip to content

Commit

Permalink
Merge pull request #187 from springleaf/0-10-0
Browse files Browse the repository at this point in the history
Update CHANGELOG and version for 0.10.0
  • Loading branch information
ronwsmith authored Apr 6, 2017
2 parents d2047dd + f58fc26 commit 811ae23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.10.0, 2017-04-06
-------------------
* Allow to simulate network delays when responding from cache [#182](https://github.com/oesmith/puffing-billy/pull/182)
* Allow the dynamic jsonp callback name to be configured [#185](https://github.com/oesmith/puffing-billy/pull/185)

v0.9.2, 2017-01-18
------------------
* Ensure that files are closed after being opened [#175](https://github.com/oesmith/puffing-billy/pull/175)
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.9.2)
puffing-billy (0.10.0)
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.12.4
1.14.6
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.9.2'
VERSION = '0.10.0'
end

0 comments on commit 811ae23

Please sign in to comment.