diff --git a/CHANGELOG.md b/CHANGELOG.md index b023f72d70d..f76c3c72b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.14.0.1 - 2025-01-21 - Fixed an error that occurred when referencing a single section entry by its handle. ([#16474](https://github.com/craftcms/cms/issues/16474)) diff --git a/src/config/app.php b/src/config/app.php index d1590f5a3e8..08dff215584 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.14.0', + 'version' => '4.14.0.1', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias