diff --git a/CHANGELOG.md b/CHANGELOG.md index 05a2c4f..038fed6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-migrate-fresh` will be documented in this file +## 1.3.0 - 2017-01-11 + +- added `DroppedTables` and `DroppingTables` events + ## 1.2.0 - 2017-01-11 - added support for Sqlite diff --git a/README.md b/README.md index 8ca59ef..25ffc0f 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ If the command is being executed in a production environment, confirmation will This package fires several events, which you can hook into to perform some extra logic rebuilding the database. - `Spatie\MigrateFresh\Events\DroppingTables`: will be fired right before dropping the first table -- `Spatie\MigrateFresh\Events\DroppedTables`: will be fired right after all the tables have been dropped and before running the `up` steps of the migrations. +- `Spatie\MigrateFresh\Events\DroppedTables`: will be fired right after all the tables have been dropped and before running the `up` steps of the migrations ## Changelog