diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dcb8bb842..b0a67523d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 3.x -## Unreleased +## 3.9.11 - 2024-03-05 - Fixed a bug where `craft\web\Request::getIsPreview()` was returning `true` for requests with expired tokens. ([#14066](https://github.com/craftcms/cms/discussions/14066)) - Fixed a bug where asset conflict resolution modals were closing prematurely if there were multiple conflicts. ([#14045](https://github.com/craftcms/cms/issues/14045), [#14405](https://github.com/craftcms/cms/issues/14405)) diff --git a/src/config/app.php b/src/config/app.php index 6688bd2e8b..f91319c62f 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '3.9.10', + 'version' => '3.9.11', 'schemaVersion' => '3.8.0.1', 'minVersionRequired' => '2.6.2788', 'basePath' => dirname(__DIR__), // Defines the @app alias