Skip to content

Commit 68a250e

Browse files
committed
Finish 5.2.2
1 parent 8454518 commit 68a250e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Notes for Craft CMS 5
22

3-
## Unreleased
3+
## 5.2.2 - 2024-06-18
44

55
- Added `craft\base\conditions\BaseNumberConditionRule::$step`.
66
- Added `craft\helpers\Db::parseColumnPrecisionAndScale()`.

src/config/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
return [
44
'id' => 'CraftCMS',
55
'name' => 'Craft CMS',
6-
'version' => '5.2.1',
6+
'version' => '5.2.2',
77
'schemaVersion' => '5.0.0.20',
88
'minVersionRequired' => '4.5.0',
99
'basePath' => dirname(__DIR__), // Defines the @app alias

0 commit comments

Comments
 (0)