We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9b889 commit 8c97aeeCopy full SHA for 8c97aee
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 2.0.3
4
+
5
+* [FIXED] Corrected the channels limit when publishing events. Upped from 10 to 100.
6
7
## 2.0.2
8
9
* [CHANGED] made encryption_master_key_base64 globally configurable
lib/pusher/version.rb
@@ -1,3 +1,3 @@
module Pusher
- VERSION = '2.0.2'
+ VERSION = '2.0.3'
end
0 commit comments