mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-09 23:58:06 -05:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
442beefa9b | ||
|
|
61fe99577d |
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Devise
|
||||
VERSION = "1.5.1".freeze
|
||||
VERSION = "1.5.2".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user