Compare commits

...

2 Commits

Author SHA1 Message Date
Rodrigo Flores
442beefa9b Bumping to 1.5.2 2011-11-30 07:17:12 -02:00
Rodrigo Flores
61fe99577d Adding myself to the team! w00t! 2011-11-30 07:14:07 -02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
== 1.5.2 (dev)
== 1.5.2
* enhancements
* Add support for rails 3.1 new mass assignment conventions (by github.com/kirs)

View File

@@ -359,6 +359,7 @@ https://github.com/plataformatec/devise/contributors
* José Valim (https://github.com/josevalim)
* Carlos Antônio da Silva (https://github.com/carlosantoniodasilva)
* Rodrigo Flores (https://github.com/rodrigoflores)
== License

View File

@@ -1,3 +1,3 @@
module Devise
VERSION = "1.5.1".freeze
VERSION = "1.5.2".freeze
end