Skip to content

Commit 3c831a1

Browse files
committed
v1.4.1
1 parent 41e14e3 commit 3c831a1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
1.4.0 / 2020-09-29
1+
1.4.1 / 2020-10-05
2+
==================
3+
4+
* Remove rbnacl from dependencies so we don't get errors when it isn't
5+
required. Thanks @y-yagi!
6+
7+
1.4.0 / 2020-09-29
28
==================
39

410
* Support for end-to-end encryption.

lib/pusher/version.rb

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

0 commit comments

Comments
 (0)