Skip to content

Commit 6ce652e

Browse files
committed
release v0.6.1
1 parent 461aeef commit 6ce652e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

History.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
=== Not yet released
22

3+
== 0.6.1 2023-03-10
4+
5+
* Make #open? safe to use when `@handshake` is `nil` #20 by @cyberarm
6+
37
== 0.6.0 2022-09-22
48

59
* Add option `cert_store` for passing cert store to SSLSocket context #12 by @DerekStride
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module WebSocket
22
module Client
33
module Simple
4-
VERSION = "0.6.0"
4+
VERSION = "0.6.1"
55
end
66
end
77
end

0 commit comments

Comments
 (0)