Skip to content

Commit

Permalink
Bump version to 0.10.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Jan 22, 2017
1 parent b170d03 commit 28dc5ac
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.10.6 / 2017-01-22

* Forcibly close the I/O stream after a timeout if the peer does not respond
after calling `close()`

### 0.10.5 / 2016-11-12

* Set the SNI hostname when making secure requests
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ end

(The MIT License)

Copyright (c) 2010-2016 James Coglan
Copyright (c) 2010-2017 James Coglan

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the 'Software'), to deal in
Expand Down
2 changes: 1 addition & 1 deletion faye-websocket.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'faye-websocket'
s.version = '0.10.5'
s.version = '0.10.6'
s.summary = 'Standards-compliant WebSocket server and client'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
Expand Down

0 comments on commit 28dc5ac

Please sign in to comment.