Bump to 0.8.2.

This commit is contained in:
José Valim 2010-01-13 17:46:16 +01:00
parent 6bb1901830
commit d1dc18cb1a
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
== 0.8.2
* enhancements
* Allow Devise.mailer_sender to be a proc (by github/grimen)
* bug fix
* Fix bug with passenger, update is required to anyone deploying on passenger
* Fix bug with passenger, update is required to anyone deploying on passenger (by github/dvdpalm)
== 0.8.1

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "0.8.1".freeze
VERSION = "0.8.2".freeze
end