diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d3977e..08ab380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ All notable changes to `laravel-imageup` will be documented in this file -## 1.0.6 - 2019-09-06 +## 1.0.7 - 2019-09-06 - Laravel 6 support +## 1.0.6 - 2019-09-06 +- Laravel 5.8 support + ## 1.0.5 - 2018-11-03 - Added support to upload non image file also - Can disable/enable auto upload dynamiclly by calling `$model->disableAutoUpload()` and enable it back `$model->enableAutoUpload()`