mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 2.2.1 with fixes for 2.2.0 regressions
This commit is contained in:
parent
33fb89340a
commit
872ef2b97f
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
== 2.2.1
|
||||
|
||||
* bug fix
|
||||
* Fix regression with case_insensitive_keys
|
||||
* Fix regression when password is blank when it is invalid
|
||||
|
||||
== 2.2.0
|
||||
|
||||
* backwards incompatible changes
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
devise (2.2.0)
|
||||
devise (2.2.1)
|
||||
bcrypt-ruby (~> 3.0)
|
||||
orm_adapter (~> 0.1)
|
||||
railties (~> 3.1)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "2.2.0".freeze
|
||||
VERSION = "2.2.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue