Skip to content

Commit 8c97aee

Browse files
committed
Bump to version 2.0.3
1 parent 4b9b889 commit 8c97aee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.0.3
4+
5+
* [FIXED] Corrected the channels limit when publishing events. Upped from 10 to 100.
6+
37
## 2.0.2
48

59
* [CHANGED] made encryption_master_key_base64 globally configurable

lib/pusher/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pusher
2-
VERSION = '2.0.2'
2+
VERSION = '2.0.3'
33
end

0 commit comments

Comments
 (0)