Release 4.0.3

This commit is contained in:
Ulisses Almeida 2016-05-15 12:07:40 -03:00
parent a96b920277
commit 12029092b8
3 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
### Unreleased
### 4.0.3 - 2016-05-15
* bug fixes
* Fix overwriting the remember_token when a valid one already exists (by @ralinchimev).
### 4.0.2 - 2016-04-25

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (4.0.2)
devise (4.0.3)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0, < 5.1)
@ -176,4 +176,4 @@ DEPENDENCIES
webrat (= 0.7.3)
BUNDLED WITH
1.11.2
1.12.3

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "4.0.2".freeze
VERSION = "4.0.3".freeze
end