mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Release 1.3.1.
This commit is contained in:
parent
29afe2d21c
commit
b6cf1df659
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
== 1.3.1
|
||||
|
||||
* enhancements
|
||||
* Improve failure_app responses (by github.com/indirect)
|
||||
* session/new also responds to xml and json now
|
||||
* sessions/new and registrations/new also respond to xml and json now
|
||||
|
||||
* bug fix
|
||||
* Fix a regression that occurred if reset_password_sent_at is not present (by github.com/stevehodgkiss)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "1.3.0".freeze
|
||||
VERSION = "1.3.1".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue