We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461aeef commit 6ce652eCopy full SHA for 6ce652e
History.txt
@@ -1,5 +1,9 @@
1
=== Not yet released
2
3
+== 0.6.1 2023-03-10
4
+
5
+* Make #open? safe to use when `@handshake` is `nil` #20 by @cyberarm
6
7
== 0.6.0 2022-09-22
8
9
* Add option `cert_store` for passing cert store to SSLSocket context #12 by @DerekStride
lib/websocket-client-simple/version.rb
@@ -1,7 +1,7 @@
module WebSocket
module Client
module Simple
- VERSION = "0.6.0"
+ VERSION = "0.6.1"
end
0 commit comments