CHANGELOG.md in strong_migrations-0.3.0 vs CHANGELOG.md in strong_migrations-0.3.1

- old
+ new

@@ -1,4 +1,9 @@ +## 0.3.1 + +- Fixed error with `remove_column` and `type` argument +- Improved message customization + ## 0.3.0 - Added support for custom checks - Adding a column with a non-null default value is safe in Postgres 11+ - Added checks for `add_belongs_to`, `remove_belongs_to`, `remove_columns`, and `remove_reference`