Release 3.0.1

This commit is contained in:
Rafael Mendonça França 2013-11-29 13:45:04 -02:00
parent 77ab6fe0f8
commit 3989c53889
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
## 3.0.1
### bug fix
* Fix XSS vulnerability on label, hint and error components.
## 3.0.0
### enhancements

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
simple_form (3.0.0)
simple_form (3.0.1)
actionpack (>= 4.0.0, < 4.1)
activemodel (>= 4.0.0, < 4.1)

View File

@ -1,3 +1,3 @@
module SimpleForm
VERSION = "3.0.0".freeze
VERSION = "3.0.1".freeze
end