From 3989c5388911620a05c343800e73c640bc77e3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 29 Nov 2013 13:45:04 -0200 Subject: [PATCH] Release 3.0.1 --- CHANGELOG.md | 5 +++++ Gemfile.lock | 2 +- lib/simple_form/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50d1a38b..6da72fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 3.0.1 + +### bug fix + * Fix XSS vulnerability on label, hint and error components. + ## 3.0.0 ### enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 46d7040a..206ff539 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/lib/simple_form/version.rb b/lib/simple_form/version.rb index 7b9bda35..d1115316 100644 --- a/lib/simple_form/version.rb +++ b/lib/simple_form/version.rb @@ -1,3 +1,3 @@ module SimpleForm - VERSION = "3.0.0".freeze + VERSION = "3.0.1".freeze end