Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed May 24, 2021
1 parent 7288459 commit 4263db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
### 0.11.1 / 2021-05-24

- Prevent the client hanging if `close()` is called when already closing

### 0.11.0 / 2020-07-31

- Implement TLS certificate verification and enable it by default on client
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
Copyright 2010-2020 James Coglan
Copyright 2010-2021 James Coglan

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
Expand Down
2 changes: 1 addition & 1 deletion faye-websocket.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'faye-websocket'
s.version = '0.11.0'
s.version = '0.11.1'
s.summary = 'Standards-compliant WebSocket server and client'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
Expand Down

0 comments on commit 4263db1

Please sign in to comment.