Skip to content

Commit eba45dd

Browse files
committed
Bump to version 2.0.2
1 parent 696d4af commit eba45dd

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.2
4+
5+
* [CHANGED] made encryption_master_key_base64 globally configurable
6+
37
## 2.0.1
48

59
* [CHANGED] Only include lib and essential docs in gem.

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.1'
2+
VERSION = '2.0.2'
33
end

0 commit comments

Comments
 (0)