diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e080ae6..0dea92174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [7.2.0](https://github.com/thunder/thunder-distribution/tree/7.2.0) 2024-03-07 + +[Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.1.7...7.2.0) + +Support Drupal 10.2 + ## [7.1.7](https://github.com/thunder/thunder-distribution/tree/7.1.7) 2024-02-14 [Full Changelog](https://github.com/thunder/thunder-distribution/compare/7.1.6...7.1.7) diff --git a/composer.json b/composer.json index ba3df0578..9167dbc85 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,7 @@ "drupal/autosave_form": "^1.2", "drupal/blazy": "^2.14", "drupal/checklistapi": "^2.1", - "drupal/core-recommended": "~10.2.0@stable", + "drupal/core-recommended": "~10.2.4@stable", "drupal/config_selector": "^2.1", "drupal/config_update": "^1.7 || ^2.0", "drupal/content_lock": "^2.1", diff --git a/thunder.info.yml b/thunder.info.yml index 7f943468c..94b487256 100644 --- a/thunder.info.yml +++ b/thunder.info.yml @@ -2,8 +2,8 @@ name: Thunder type: profile description: 'The Drupal based CMS for professional publishing.' project: thunder -core_version_requirement: ~10.2.0 -version: '7.2.x' +core_version_requirement: ~10.2.4 +version: '7.2.0' distribution: name: Thunder