CHANGELOG.md in simple_form-2.0.3 vs CHANGELOG.md in simple_form-2.0.4
- old
+ new
@@ -1,4 +1,11 @@
+## 2.0.4
+
+### bug fix
+
+ * Remove invalid files from the gem package.
+ Closes [#673](https://github.com/plataformatec/simple_form/issues/673)
+
## 2.0.3
### enhancements
* Allow to specify custom wrappers for input types.
([@nashby](https://github.com/nashby))