diff --git a/CHANGELOG.md b/CHANGELOG.md index ddd9bae..f77c121 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `LERN` will be documented in this file. +### 3.6.6 +- Updated to tylercd100/laravel-notify@^1.8.4 which allows newline characters in Fleephook, Hipchat, Pushover, Raven, and Slack. + ### 3.6.5 - Updated to tylercd100/laravel-notify@^1.8.2 which sets the content type of emails to text/html instead of text/plain diff --git a/composer.json b/composer.json index e15a028..da3d1e8 100755 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "php": "^5.4|^7.0", "illuminate/support": "^5.0", "monolog/monolog": "~1.11", - "tylercd100/laravel-notify": "^1.8.2" + "tylercd100/laravel-notify": "^1.8.4" }, "require-dev": { "orchestra/testbench": "^3.1",