CHANGELOG.md in simple_form-2.1.0 vs CHANGELOG.md in simple_form-2.1.1
- old
+ new
@@ -1,4 +1,9 @@
+## 2.1.1
+
+### bug fix
+ * Fix XSS vulnerability on label, hint and error components.
+
## 2.1.0
### enhancements
* `input_field` supports components that don't generate tags
as `:min_max`, `:maxlength`, `:placeholder`, `:pattern`, `:readonly`.