CHANGELOG.md in strong_migrations-1.0.0 vs CHANGELOG.md in strong_migrations-1.1.0
- old
+ new
@@ -1,4 +1,11 @@
+## 1.1.0 (2022-06-08)
+
+- Added check for `force` option with `create_join_table`
+- Improved errors for extra arguments
+- Fixed ignoring extra arguments with `safe_by_default`
+- Fixed missing options with `remove_index` and `safe_by_default`
+
## 1.0.0 (2022-03-21)
New safe operations with MySQL and MariaDB
- Setting `NOT NULL` on an existing column with strict mode enabled