diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c19605..9f304d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.2 + +* [#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) + ## 2.0.1 **General** diff --git a/lib/action_cable_client/version.rb b/lib/action_cable_client/version.rb index eee3dd5..dc35c9e 100644 --- a/lib/action_cable_client/version.rb +++ b/lib/action_cable_client/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class ActionCableClient - VERSION = '2.0.1' + VERSION = '2.0.2' end