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 281a61c commit 17eadabCopy full SHA for 17eadab
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## Not yet released
4
5
+## 0.8.0 - 2023-08-08
6
+* Set `WebSocket.should_raise = true` https://github.com/ruby-jp/websocket-client-simple/pull/25 by @jlaffaye
7
+
8
## 0.7.0 - 2023-08-04
9
* Expose add accessor `Client#thread` #22 by @jlaffaye
10
* Rewrite changelog as a Markdown
lib/websocket-client-simple/version.rb
@@ -1,7 +1,7 @@
1
module WebSocket
module Client
module Simple
- VERSION = "0.7.0"
+ VERSION = "0.8.0"
end
0 commit comments