CHANGELOG.md in strong_migrations-1.8.0 vs CHANGELOG.md in strong_migrations-2.0.0
- old
+ new
@@ -1,4 +1,11 @@
+## 2.0.0 (2024-06-28)
+
+- Improved install generator for Trilogy
+- Fixed charset check for MariaDB 11.4
+- Dropped support for Ruby < 3.1 and Active Record < 6.1
+- Dropped support for Postgres < 12, MySQL < 8.0, and MariaDB < 10.5
+
## 1.8.0 (2024-03-11)
- Added check for `add_column` with auto-incrementing columns
- Updated instructions for removing a column to append to `ignored_columns`
- Fixed check for adding a column with a default value for MySQL and MariaDB