diff --git a/CHANGELOG.md b/CHANGELOG.md index bccc988..947f90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ ## [Unreleased] +### Added +### Fixed +### Changed + +## [1.14.1] - 2022-04-30 ### Added * add allowed chars in RouteParameterSlugify and CodeSlugify * improve sidebar in mobile view ### Fixed * fix creation of new element when a menu is edited * fix editorjs error when the textarea is empty -### Changed ## [1.14.0] - 2022-04-20 ### Added diff --git a/src/core/Murph.php b/src/core/Murph.php index 8cb3ada..6b23d87 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.0'); + define('MURPH_VERSION', 'v1.14.1'); } /**