Updated CHANGELOG and released Devise 0.2.1.

This commit is contained in:
José Valim 2009-10-27 22:12:49 -02:00
parent 86f37cd5e1
commit d613c25426
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
== 0.2.1
* refactor
* Clean devise_views generator to use devise existing views
* enhancements
* [#7] Create instance variables (like @user) for each devise controller
* Use Devise::Controller::Helpers only internally
* bug fix
* [#6] Fix a bug with Mongrel and Ruby 1.8.6
== 0.2.0
* enhancements

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.2.0".freeze
VERSION = "0.2.1".freeze
end