diff --git a/CHANGELOG.md b/CHANGELOG.md index c8afd48..ee8f94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `laravel-database-mail-templates` will be documented in this file +# 3.0.0 - 2019-02-04 + +- Add support for text mails (#10) +- Fix issues when using the package with Laravel Nova (#9) + +The interface and table structure have been changed in this version. Please read the notes in `UPGRADING.md` + # 2.0.0 - 2018-11-19 - Use an interface for the `MailTemplate` model