Release 3.5.10

This commit is contained in:
Ulisses Almeida
2016-05-15 12:14:04 -03:00
parent a7dcf98f7e
commit e5bf7506b0
3 changed files with 7 additions and 4 deletions

View File

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

View File

@@ -1,7 +1,7 @@
PATH
remote: .
specs:
devise (3.5.9)
devise (3.5.10)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 3.2.6, < 5)
@@ -184,4 +184,4 @@ DEPENDENCIES
webrat (= 0.7.3)
BUNDLED WITH
1.11.2
1.12.3

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "3.5.9".freeze
VERSION = "3.5.10".freeze
end