mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Prepare for 1.4.6
This commit is contained in:
parent
335d36088f
commit
08a8d7bf51
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "1.4.5".freeze
|
||||
VERSION = "1.4.6".freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue