Skip to content

Commit 238dae2

Browse files
committed
release v0.7.0
1 parent c4d4d01 commit 238dae2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Not yet released
44

5+
## 0.7.0 - 2023-08-04
6+
* Expose add accessor `Client#thread` #22 by @jlaffaye
7+
* Rewrite changelog as a Markdown
8+
59
## 0.6.1 - 2023-03-10
610
* Make `#open?` safe to use when `@handshake` is `nil` #20 by @cyberarm
711

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.1"
4+
VERSION = "0.7.0"
55
end
66
end
77
end

0 commit comments

Comments
 (0)