Skip to content

Commit

Permalink
Prepare 5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Feb 15, 2021
1 parent 1bde7b8 commit 5cd2ddf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v5.4.0](https://github.com/rpush/rpush/tree/v5.4.0) (2021-02-15)

[Full Changelog](https://github.com/rpush/rpush/compare/v5.3.0...v5.4.0)

**Merged pull requests:**

- fix typo in README.md [\#587](https://github.com/rpush/rpush/pull/587) ([yltsrc](https://github.com/yltsrc))
- Support Ruby 3.0 & Rails 6.1 [\#586](https://github.com/rpush/rpush/pull/586) ([andreaslillebo](https://github.com/andreaslillebo))

## [v5.3.0](https://github.com/rpush/rpush/tree/v5.3.0) (2021-01-07)

[Full Changelog](https://github.com/rpush/rpush/compare/v5.2.0...v5.3.0)
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rpush (5.3.0)
rpush (5.4.0)
activesupport (>= 5.0)
jwt (>= 1.5.6)
multi_json (~> 1.0)
Expand Down Expand Up @@ -63,7 +63,6 @@ GEM
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (1.0.0)
mini_portile2 (2.5.0)
minitest (5.14.2)
modis (3.2.0)
activemodel (>= 4.2)
Expand All @@ -79,8 +78,7 @@ GEM
connection_pool (~> 2.2)
net-http2 (0.18.3)
http-2 (~> 0.10.1)
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
nokogiri (1.11.1-x86_64-darwin)
racc (~> 1.4)
parallel (1.19.1)
parser (2.7.0.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/rpush/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Rpush
module VERSION
MAJOR = 5
MINOR = 3
MINOR = 4
TINY = 0
PRE = nil

Expand Down

0 comments on commit 5cd2ddf

Please sign in to comment.