Skip to content

Commit

Permalink
Merge pull request oesmith#156 from springleaf/0-8-0
Browse files Browse the repository at this point in the history
Update CHANGELOG and version for 0.8.0
  • Loading branch information
ronwsmith committed Jun 2, 2016
2 parents 4884a9c + bf9695d commit 314ba60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.8.0, 2016-06-02
------------------
* Add optional after_cache_handles_request callback for manipulating cached responses [#149](https://github.com/oesmith/puffing-billy/pull/149)
* Remove rspec-expectations deprecation warning for README example [#153](https://github.com/oesmith/puffing-billy/pull/153)
* Make stub requests accessible [#154](https://github.com/oesmith/puffing-billy/pull/154)

v0.7.0, 2016-05-05
------------------
* Change WebKit driver to ignore SSL errors [#140](https://github.com/oesmith/puffing-billy/pull/140)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
puffing-billy (0.7.0)
puffing-billy (0.8.0)
addressable
em-http-request (~> 1.1.0)
em-synchrony
Expand Down
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.7.0'
VERSION = '0.8.0'
end

0 comments on commit 314ba60

Please sign in to comment.