Release 3.0.3

This commit is contained in:
Rafael Mendonça França 2014-11-25 19:15:58 -02:00
parent 5a0edc0cdd
commit 1707b4d8f7
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 3.0.3
### bug fix
* Fix XSS vulnerability on error components.
## 3.0.2
### enhancements

View File

@ -29,7 +29,7 @@ GIT
PATH
remote: .
specs:
simple_form (3.0.2)
simple_form (3.0.3)
actionpack (~> 4.0)
activemodel (~> 4.0)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.0.2".freeze
VERSION = "3.0.3".freeze
end