diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a8f4ec0c27..4ccede5db80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.4.7 - 2024-10-08 - The Plugin Store now displays plugin ratings and reviews. ([#15860](https://github.com/craftcms/cms/pull/15860)) - An `InvalidConfigException` is now thrown if the `defaultCountryCode` config setting is set to an empty string. ([#15812](https://github.com/craftcms/cms/pull/15812)) diff --git a/src/config/app.php b/src/config/app.php index 92eccd9997b..85f21fe73d4 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.4.6', + 'version' => '5.4.7', 'schemaVersion' => '5.3.0.2', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias