Skip to content

Commit e41a565

Browse files
committed
version bump
1 parent 695ca50 commit e41a565

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
@@ -1,3 +1,7 @@
1+
## 2.0.2
2+
3+
* [#24](https://github.com/NullVoxPopuli/action_cable_client/pull/24) Fix bug where action cable client is too fast for the server and doesn't wait for the server's welcome message before initiating a channel subscription (@wpp)
4+
15
## 2.0.1
26

37
**General**

lib/action_cable_client/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
class ActionCableClient
4-
VERSION = '2.0.1'
4+
VERSION = '2.0.2'
55
end

0 commit comments

Comments
 (0)