Skip to content

Commit

Permalink
Update CHANGELOG and version for 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
furnient authored and furnient committed Jul 1, 2018
1 parent 0a515ba commit 819b585
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.1.2, 2018-07-01
-------------------
* Don't attempt to print backtrace when it's not available [#245](https://github.com/oesmith/puffing-billy/pull/245)
* Rescue on Errno::ENETUNREACH when checking if port is in use [#247](https://github.com/oesmith/puffing-billy/pull/247)

v1.1.1, 2018-05-12
-------------------
* Fix scope breaking change of request/response interception [#242](https://github.com/oesmith/puffing-billy/pull/242)
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 = '1.1.1'
VERSION = '1.1.2'
end

0 comments on commit 819b585

Please sign in to comment.