diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 18f1828d..0bbd7838 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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 diff --git a/lib/devise/version.rb b/lib/devise/version.rb index e97492dc..85379cd6 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,3 +1,3 @@ module Devise - VERSION = "0.7.5".freeze + VERSION = "0.8.0".freeze end