diff --git a/CHANGELOG.md b/CHANGELOG.md index 59907599069..5917f8ed7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased (5.x) +## 5.0.0-alpha.2 - 2023-12-15 - Added `craft\helpers\Cp::moneyFieldHtml()`. - Added `craft\helpers\Cp::moneyInputHtml()`. diff --git a/src/config/app.php b/src/config/app.php index 0f4efb2d4b8..b19d1b139ce 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.0.0-alpha.1', + 'version' => '5.0.0-alpha.2', 'schemaVersion' => '5.0.0.12', 'minVersionRequired' => '4.4.0', 'basePath' => dirname(__DIR__), // Defines the @app alias