mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 1.2.rc2.
This commit is contained in:
parent
64457e2c1f
commit
4f093574da
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
|||
== 1.2.rc2
|
||||
|
||||
* enhancements
|
||||
* Make friendly_token 20 chars long
|
||||
* Use secure_compare
|
||||
|
@ -19,6 +21,7 @@
|
|||
* Be sure to halt strategies on failures
|
||||
* Consider SCRIPT_NAME on Omniauth paths
|
||||
* Reset failed attempts when lock is expired
|
||||
* Ensure there is no Mongoid injection
|
||||
|
||||
* deprecations
|
||||
* Deprecated anybody_signed_in? in favor of signed_in? (by github.com/gavinhughes)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "1.2.rc".freeze
|
||||
VERSION = "1.2.rc2".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue