Navigation Menu

Skip to content

Commit

Permalink
Prepare for 1.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Sep 14, 2011
1 parent 335d360 commit 08a8d7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rdoc
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.5".freeze
VERSION = "1.4.6".freeze
end

0 comments on commit 08a8d7b

Please sign in to comment.