diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 0e7d7a70..b8bc2dd7 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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) diff --git a/lib/devise/version.rb b/lib/devise/version.rb index f3573956..1a2dede7 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,3 +1,3 @@ module Devise - VERSION = "1.3.0".freeze + VERSION = "1.3.1".freeze end