Release 1.3.1.

This commit is contained in:
José Valim 2011-04-19 10:39:56 +02:00
parent 29afe2d21c
commit b6cf1df659
2 changed files with 4 additions and 2 deletions

View File

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

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.3.0".freeze
VERSION = "1.3.1".freeze
end