Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Nov 29, 2017
1 parent 695ca50 commit e41a565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion lib/action_cable_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class ActionCableClient
VERSION = '2.0.1'
VERSION = '2.0.2'
end

0 comments on commit e41a565

Please sign in to comment.