mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 2.2.2
This commit is contained in:
parent
47db984f52
commit
6c2f51e35e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
== 2.2.2
|
||||||
|
|
||||||
|
* bug fix
|
||||||
|
* Fix bug when checking for reconfirmable in templates
|
||||||
|
|
||||||
== 2.2.1
|
== 2.2.1
|
||||||
|
|
||||||
* bug fix
|
* bug fix
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Devise
|
module Devise
|
||||||
VERSION = "2.2.1".freeze
|
VERSION = "2.2.2".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue