Skip to content

Commit

Permalink
Bump version to 0.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Dec 18, 2014
1 parent 7b4352b commit 4879655
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.5.1 / 2014-12-18

* Don't allow drivers to be created with unrecognized options

### 0.5.0 / 2014-12-13

* Support protocol extensions via the websocket-extensions module
Expand Down
2 changes: 1 addition & 1 deletion websocket-driver.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'websocket-driver'
s.version = '0.5.0'
s.version = '0.5.1'
s.summary = 'WebSocket protocol handler with pluggable I/O'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
Expand Down

0 comments on commit 4879655

Please sign in to comment.