diff --git a/CHANGELOG.md b/CHANGELOG.md index e09a6de0e9..4302fb9bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Release Notes for Craft CMS 3.x -## Unreleased +## 3.7.61 - 2022-11-17 - Fixed an error that occurred if an arrow function was passed to the `|sort` Twig filter. ([#12334](https://github.com/craftcms/cms/issues/12334)) - Fixed a bug where nested fields set to numbers could be inadvertently changed when an entry draft was created. diff --git a/composer.json b/composer.json index aba00db4cf..70b03008ec 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "craftcms/cms", "description": "Craft CMS", - "version": "3.7.60", + "version": "3.7.61", "keywords": [ "cms", "craftcms", diff --git a/src/config/app.php b/src/config/app.php index 55cae6b64b..ecfdf41634 100644 --- a/src/config/app.php +++ b/src/config/app.php @@ -3,7 +3,7 @@ return [ 'id' => 'CraftCMS', 'name' => 'Craft CMS', - 'version' => '3.7.60', + 'version' => '3.7.61', 'schemaVersion' => '3.7.33', 'minVersionRequired' => '2.6.2788', 'basePath' => dirname(__DIR__), // Defines the @app alias