diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d770c5..72563d7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `LERN` will be documented in this file. +### 3.7.4 +- Updated to tylercd100/laravel-notify@^1.8.5 which sets the content type of SMTP emails to text/html instead of text/plain + ### 3.7.3 - Changed minimum phpunit version requirement diff --git a/composer.json b/composer.json index 7abbe53..04f327f 100755 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^5.6|^7.0", "illuminate/support": "^5.2", "monolog/monolog": "^1.22", - "tylercd100/laravel-notify": "^1.8.4" + "tylercd100/laravel-notify": "^1.8.5" }, "require-dev": { "orchestra/testbench": "^3.3",