Skip to content

Commit

Permalink
Prepare 4.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Apr 4, 2019
1 parent 448f8ff commit 2fe53ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 4.0.1 (2019-04-04)

### Fixed

- Fail gracefully when a Modis notification no longer exists [#486](https://github.com/rpush/rpush/pull/486) (by [@rofreg](https://github.com/rofreg)).

## 4.0.0 (2019-02-14)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rpush (4.0.0)
rpush (4.0.1)
activesupport
ansi
jwt (>= 1.5.6)
Expand Down
2 changes: 1 addition & 1 deletion lib/rpush/version.rb
Expand Up @@ -2,7 +2,7 @@ module Rpush
module VERSION
MAJOR = 4
MINOR = 0
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
Expand Down

0 comments on commit 2fe53ba

Please sign in to comment.