diff --git a/CHANGELOG.md b/CHANGELOG.md index de8ce88405a..2bba3f0177d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.2.4 - 2024-06-27 - Improved the styling of inactive users’ status indicators. ([#15195](https://github.com/craftcms/cms/issues/15195)) - Added `Garnish.once()` and `Garnish.Base::once()`, for registering event handlers that should only be triggered one time. diff --git a/src/config/app.php b/src/config/app.php index df631e7f8f4..429fa4ef5e6 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.2.3', + 'version' => '5.2.4', 'schemaVersion' => '5.0.0.21', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias