From ea489e045046ff6541808ed6040ad623b84b07cf Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Mon, 29 Apr 2024 09:25:24 +0200 Subject: [PATCH] DQA-9217: Prepare release 10.11.2 --- CHANGELOG.md | 3 +++ phpdoc.dist.xml | 2 +- src/Toolkit.php | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b81f9a69..563f2e9ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Toolkit change log +## Version 10.11.2 + - DQA-9217: Align SANITIZE_OPTS on .opts.yml. + ## 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. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index a40fc5af0..7abcb5733 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 a49a2eecb..b15d90e65 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.11.0'; + public const VERSION = '10.11.2'; /** * The Toolkit repository.