mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 0.7.2
This commit is contained in:
parent
cdd3551a68
commit
f56323e885
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
== 0.7.2
|
||||||
|
|
||||||
* deprecation
|
* deprecation
|
||||||
* Renamed reset_confirmation! to resend_confirmation!
|
* Renamed reset_confirmation! to resend_confirmation!
|
||||||
* Copying locale is part of the installation process
|
* Copying locale is part of the installation process
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Devise
|
module Devise
|
||||||
VERSION = "0.7.1".freeze
|
VERSION = "0.7.2".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue