Skip to content

Commit

Permalink
Release v1.4.4 with a fix for those using :skip in routes.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Aug 31, 2011
1 parent 8796c1c commit 071f54a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rdoc
@@ -1,3 +1,5 @@
== 1.4.4

* bug fix
* Do not always skip helpers, instead provide :skip_helpers as option to trigger it manually

Expand Down
2 changes: 1 addition & 1 deletion lib/devise/version.rb
@@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.3".freeze
VERSION = "1.4.4".freeze
end

0 comments on commit 071f54a

Please sign in to comment.