diff --git a/CHANGELOG.md b/CHANGELOG.md index 22981d021e8..895234a2e22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.2.2 - 2024-06-18 - Added `craft\base\conditions\BaseNumberConditionRule::$step`. - Added `craft\helpers\Db::parseColumnPrecisionAndScale()`. diff --git a/src/config/app.php b/src/config/app.php index 2e16df73353..2885c2cb984 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.2.1', + 'version' => '5.2.2', 'schemaVersion' => '5.0.0.20', 'minVersionRequired' => '4.5.0', 'basePath' => dirname(__DIR__), // Defines the @app alias