From cdad4c1638e93e7ca05df195a60cd46078c19d4f Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Tue, 15 Oct 2024 14:18:45 -0700 Subject: [PATCH] Finish 4.12.7 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c80b5b7ec4d..1dc6a2535ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.12.7 - 2024-10-15 - Fixed a privilege escalation vulnerability. diff --git a/src/config/app.php b/src/config/app.php index e9bbf1e4ed0..dbbc4f588a9 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.12.6.1', + 'version' => '4.12.7', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias