Skip to content

Commit

Permalink
Bump version to 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Apr 4, 2023
1 parent d9428fa commit 2787792
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
### 0.11.2 / 2023-04-04

- Handle SSL certificate chains where not all the intermediate certificates are
recognised by the client

### 0.11.1 / 2021-05-24

- Prevent the client hanging if `close()` is called when already closing
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.1'
s.version = '0.11.2'
s.summary = 'Standards-compliant WebSocket server and client'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'
Expand Down

0 comments on commit 2787792

Please sign in to comment.