1
0
Fork 0
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:
José Valim 2013-01-11 19:15:05 +01:00
parent 33fb89340a
commit 872ef2b97f
3 changed files with 8 additions and 2 deletions

View file

@ -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

View file

@ -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)

View file

@ -1,3 +1,3 @@
module Devise
VERSION = "2.2.0".freeze
VERSION = "2.2.1".freeze
end