diff --git a/CHANGELOG.md b/CHANGELOG.md index 78cecf2..2b4f34c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to `laravel-zoom` will be documented in this file -## 4.2.0 - 2021-01-05 +## 4.1.5 - 2021-01-06 + +Allow override of config API key and secret in Entry Model + +## 4.1.4 - 2021-01-05 PHP 8.0 diff --git a/composer.json b/composer.json index e7818ca..1ee2620 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ } ], "require": { - "php": "^7.3|8.0", + "php": "^7.3|^8.0", "illuminate/support": "^7.0|^8.0", "macsidigital/laravel-api-client": "^3.3" },