Bump to 0.8.0

This commit is contained in:
José Valim 2010-01-07 22:50:01 +01:00
parent ab57cdfb4a
commit d00c31314d
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
* Add an easy for map.connect "sign_in", :controller => "sessions", :action => "new" to work
* Added :bcrypt encryptor (by github.com/capotej)
* bug fix
* sign_in_count is also increased when user signs in via password change, confirmation, etc..
* More DataMapper compatibility (by github.com/lancecarlson)
* deprecation
* Removed DeviseMailer.sender

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.7.5".freeze
VERSION = "0.8.0".freeze
end