diff --git a/CHANGELOG.md b/CHANGELOG.md index 7188a66..eecf13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Added * CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param * add grapesjs-component-code-editor and grapesjs-parser-postcss +### Fixed +* Fix the mail notifier ## [1.14.1] - 2022-04-30 ### Added diff --git a/src/core/Murph.php b/src/core/Murph.php index 6b23d87..df0af4f 100644 --- a/src/core/Murph.php +++ b/src/core/Murph.php @@ -3,7 +3,7 @@ namespace App\Core; if (!defined('MURPH_VERSION')) { - define('MURPH_VERSION', 'v1.14.1'); + define('MURPH_VERSION', 'v1.15.0'); } /**