From 068eee4384b8e9f745482f1f217807db7dffc083 Mon Sep 17 00:00:00 2001 From: brandonkelly Date: Mon, 29 Apr 2024 16:01:13 -0700 Subject: [PATCH] Finish 5.0.6 --- CHANGELOG.md | 2 +- src/config/app.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c1c364f4ff..95ee426e60f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 5 -## Unreleased +## 5.0.6 - 2024-04-29 - Fixed a bug where element caches weren’t getting invalidated when an element was moved within a structure. ([#14846](https://github.com/craftcms/cms/issues/14846)) - Fixed a bug where CSV’s header rows weren’t using the configured delimiter. ([#14855](https://github.com/craftcms/cms/issues/14855)) diff --git a/src/config/app.php b/src/config/app.php index fd9acad3116..825d722491e 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '5.0.5', + 'version' => '5.0.6', 'schemaVersion' => '5.0.0.20', 'minVersionRequired' => '4.4.0', 'basePath' => dirname(__DIR__), // Defines the @app alias