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 c4d4d01 commit 238dae2Copy full SHA for 238dae2
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Not yet released
4
5
+## 0.7.0 - 2023-08-04
6
+* Expose add accessor `Client#thread` #22 by @jlaffaye
7
+* Rewrite changelog as a Markdown
8
+
9
## 0.6.1 - 2023-03-10
10
* Make `#open?` safe to use when `@handshake` is `nil` #20 by @cyberarm
11
lib/websocket-client-simple/version.rb
@@ -1,7 +1,7 @@
1
module WebSocket
module Client
module Simple
- VERSION = "0.6.1"
+ VERSION = "0.7.0"
end
0 commit comments