CHANGELOG.md in schemacop-3.0.12 vs CHANGELOG.md in schemacop-3.0.13

- old
+ new

@@ -1,6 +1,11 @@ # Change log +## 3.0.13 (2021-10-04) + +* When using `boolean` with `cast_str: true`, `"0"` is now casted to `false` and + `"1"` to `true`. This in addition to already casting `"true", "false"`. + ## 3.0.12 (2021-09-14) * Fix compatibility issue with `ruby <= 2.5` ## 3.0.11 (2021-03-26)