Prepare for 1.4.6

This commit is contained in:
José Valim 2011-09-14 16:54:15 -07:00
parent 335d36088f
commit 08a8d7bf51
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
== 1.4.6
* enhancements
* Allow devise_for :skip => :all
* Allow options to be passed to authenticate_user!
* Allow --skip-routes to devise generator
* Add allow_params_authentication! to make it explicit when params authentication is allowed in a controller
== 1.4.5
* bug fix

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.5".freeze
VERSION = "1.4.6".freeze
end