CHANGELOG.md in schemacop-2.3.2 vs CHANGELOG.md in schemacop-2.4.0
- old
+ new
@@ -8,9 +8,24 @@
### Bug fixes
### Changes
-->
+## 2.4.0 (2019-10-28)
+
+### New features
+
+* Add support for default values
+
+* Add support for type casting
+
+### Bug fixes
+
+* Change order of built-in validators so that `Integer` and `String` come
+ *before* `Number` which matches both.
+
+### Changes
+
## 2.3.2 (2019-09-26)
### New features
* Add ability to return custom error messages from `:check` blocks