diff --git a/CHANELOG.md b/CHANELOG.md index 89a3ac9..61b625b 100644 --- a/CHANELOG.md +++ b/CHANELOG.md @@ -9,6 +9,28 @@ ### Removed +## [0.10.1] +### Added + +### Changed +- Fix 0.10.0 changelog entry +- Update config file name in README and `help` + +### Removed + + +## [0.10.0] +### Added + +### Changed +- Config file renamed from `.migrant.toml` to `Migrant.toml` + - In sqlite configs, `database_name` parameter is now `database_path` and can be either an absolute + or relative (to the config file dir) path. + - Config file must be renamed (and `database_name` changed to `database_path`) or re-initialized. + +### Removed + + ## [0.9.11] ### Added