diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e584a5..52ff339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `laravel-schemaless-attributes` will be documented in this file +## 1.7.1 - 2020-03-18 + +- fix `getRawSchemalessAttributes()` must be of the type array (#60) + ## 1.7.0 - 2020-03-02 - Add Laravel 7 support