diff --git a/CHANGELOG.md b/CHANGELOG.md index aa272bd..2a58eb9 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/faye-websocket.gemspec b/faye-websocket.gemspec index 04de565..ddd60dc 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.11.1' + s.version = '0.11.2' s.summary = 'Standards-compliant WebSocket server and client' s.author = 'James Coglan' s.email = 'jcoglan@gmail.com'