From e2a8feaa571e2d2406c1844ab8db0efa31c9eefd Mon Sep 17 00:00:00 2001 From: James Coglan Date: Wed, 22 Feb 2017 21:20:01 +0000 Subject: [PATCH] Bump version to 0.10.7. --- CHANGELOG.md | 4 ++++ faye-websocket.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb83039..edad229 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.10.7 / 2017-02-22 + +* Emit an error if `EventMachine::Connection#unbind` is called with an error + ### 0.10.6 / 2017-01-22 * Forcibly close the I/O stream after a timeout if the peer does not respond diff --git a/faye-websocket.gemspec b/faye-websocket.gemspec index a7648db..f80e099 100644 --- a/faye-websocket.gemspec +++ b/faye-websocket.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'faye-websocket' - s.version = '0.10.6' + s.version = '0.10.7' s.summary = 'Standards-compliant WebSocket server and client' s.author = 'James Coglan' s.email = 'jcoglan@gmail.com'