diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dddb50..6137e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to `laravel-casters` will be documented in this file +## 2.0.0 - 2020-11-12 +### Breaking Changes +- Drop support for Laravel 7 + +### Added +- Add a name cast + ## 1.0.1 - 2020-09-21 ### Fixed - Fix bug in password cast causing passwords to be re-hashed - [#1](https://github.com/rawilk/laravel-casters/issues/1).