diff --git a/CHANGELOG.md b/CHANGELOG.md index 619a8b7..ca09f5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ -- Replace outdated yaml-light dependency with yaml package + +2.1.0 +----- + +Package changes: +- Migrated from `yaml-light` to `yaml` package for YAML parsing (thanks + Hank Levsen ) + +Other changes: +- `Text` is now used instead of `String` in most parts of the codebase + (thanks Vitalii Guzeev ) +- New migrations now get the `.yml` file extension, but old migration + `txt` files are also supported. 2.0.0 ----- diff --git a/dbmigrations.cabal b/dbmigrations.cabal index c71a667..d14bd99 100644 --- a/dbmigrations.cabal +++ b/dbmigrations.cabal @@ -1,5 +1,5 @@ Name: dbmigrations -Version: 2.0.0 +Version: 2.1.0 Synopsis: An implementation of relational database "migrations" Description: A library and program for the creation, management, and installation of schema updates