diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 640e987b..d0ba6b4a 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,3 +1,5 @@ +== 0.7.2 + * deprecation * Renamed reset_confirmation! to resend_confirmation! * Copying locale is part of the installation process diff --git a/lib/devise/version.rb b/lib/devise/version.rb index 55b3c6fd..e7125ccb 100644 --- a/lib/devise/version.rb +++ b/lib/devise/version.rb @@ -1,3 +1,3 @@ module Devise - VERSION = "0.7.1".freeze + VERSION = "0.7.2".freeze end