Release 4.1.1

This commit is contained in:
Ulisses Almeida 2016-05-15 12:03:21 -03:00
parent da7c7a7200
commit b4b92d6658
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
### 4.1.1 - 2016-05-15
* bug fixes
* Fix overwriting the remember_token when a valid one already exists (by @ralinchimev).
### 4.1.0
* bug fixes

View File

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

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "4.1.0".freeze
VERSION = "4.1.1".freeze
end