CHANGELOG.md in faye-websocket-0.11.0 vs CHANGELOG.md in faye-websocket-0.11.1
- old
+ new
@@ -1,4 +1,8 @@
+### 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
connections
- Add a `:tls` option to the client with sub-fields `:root_cert_file` and