mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 1.3.0.
This commit is contained in:
parent
fa6c8ab321
commit
460beae671
2 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
== 1.3.0
|
||||||
|
|
||||||
* enhancements
|
* enhancements
|
||||||
* All controllers can now handle different mime types than html using Responders (by github.com/sikachu)
|
* All controllers can now handle different mime types than html using Responders (by github.com/sikachu)
|
||||||
* Added reset_password_within as configuration option to send the token for recovery (by github.com/jdguyot)
|
* Added reset_password_within as configuration option to send the token for recovery (by github.com/jdguyot)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Devise
|
module Devise
|
||||||
VERSION = "1.3.0.dev".freeze
|
VERSION = "1.3.0".freeze
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue