From 81fc5457658ff2906e9c120f3d3f71621b1d9b73 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Wed, 10 Apr 2024 15:40:32 -0700 Subject: [PATCH] Finish 4.8.9 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6248b8311..93559449b30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 4 -## Unreleased +## 4.8.9 - 2024-04-10 - Fixed a bug where element queries with the `relatedTo` param set to a list of element IDs were overly complex. - Fixed a bug where redundant Matrix block revisions were getting created. diff --git a/src/config/app.php b/src/config/app.php index 0a0e995122c..eae774a10da 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '4.8.8', + 'version' => '4.8.9', 'schemaVersion' => '4.5.3.0', 'minVersionRequired' => '3.7.11', 'basePath' => dirname(__DIR__), // Defines the @app alias