Skip to content

Commit 1947c09

Browse files
committed
Bump to version 2.0.0
1 parent 5615a2f commit 1947c09

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.0.0
4+
5+
* [CHANGED] Use TLS by default.
6+
* [REMOVED] Support for Ruby 2.4 and 2.5.
7+
* [FIXED] Handle empty or nil configuration.
8+
* [REMOVED] Legacy Push Notification integration.
9+
* [ADDED] Stalebot and Github actions.
10+
311
## 1.4.3
412

513
* [FIXED] Remove newline from end of base64 encoded strings, some decoders don't like

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

0 commit comments

Comments
 (0)