We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e14e3 commit 3c831a1Copy full SHA for 3c831a1
CHANGELOG.md
@@ -1,4 +1,10 @@
1
-1.4.0 / 2020-09-29
+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
8
==================
9
10
* Support for end-to-end encryption.
lib/pusher/version.rb
@@ -1,3 +1,3 @@
module Pusher
- VERSION = '1.4.0'
+ VERSION = '1.4.1'
end
0 commit comments