From 5c42d0e3d1a4a0009f89f5793265339eca0e71a5 Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Thu, 25 Apr 2024 12:02:18 +0200 Subject: [PATCH] DQA-9219: Prepare release 10.11.0 --- CHANGELOG.md | 6 ++++++ phpdoc.dist.xml | 2 +- src/Toolkit.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fef491919..3b81f9a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Toolkit change log +## Version 10.11.0 + - DQA-9087: Allow also commands to run before install clone. + - DQA-8514: Use toolkit-requirements endpoint to retrieve the list of deprecated environment variables. + - DQA-9209: Prepare for phpunit 11.0. + - DQA-9219: Add configuration for database download output + ## Version 10.10.0 - DQA-8677: Improve check-version. - DQA-8687: Exclude non-drupal packages from is_installed check. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 7b57f30ff..a40fc5af0 100644 --- a/phpdoc.dist.xml +++ b/phpdoc.dist.xml @@ -9,7 +9,7 @@ docs - + latest diff --git a/src/Toolkit.php b/src/Toolkit.php index 813b598dd..a49a2eecb 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -14,7 +14,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '10.10.0'; + public const VERSION = '10.11.0'; /** * The Toolkit repository.