CHANGELOG.md in strong_migrations-2.0.2 vs CHANGELOG.md in strong_migrations-2.1.0

- old
+ new

@@ -1,4 +1,12 @@ +## 2.1.0 (2024-11-08) + +- Added `skip_database` method +- Added experimental `remove_invalid_indexes` option +- Added warning for unsupported adapters +- Improved output for `db:forward`, `db:rollback`, `db:migrate:up`, and `db:migrate:down` +- Made operations more retriable with `safe_by_default` + ## 2.0.2 (2024-10-30) - Fixed migrations not running with Active Record 8 rc2 ## 2.0.1 (2024-10-14)