From e41a565f04bcc5b486489fee8cb881c3c7484e8b Mon Sep 17 00:00:00 2001 From: Preston Sego Date: Wed, 29 Nov 2017 10:49:49 -0500 Subject: [PATCH] version bump --- CHANGELOG.md | 4 ++++ lib/action_cable_client/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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