From 0ce3ff11c923a41a422e53c5fbdc41d03fe74152 Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Tue, 28 May 2024 14:27:16 +0100 Subject: [PATCH] DQA-9451: Prepare release 10.12.1 --- 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 c876c4f56..8a08273de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Toolkit change log +## Version 10.12.1 + - DQA-9451: Fix issue with multiple download of virtuoso and solr dumps. + ## Version 10.12.0 - DQA-9180: Unsupported packages should enable config-sync. - DQA-9265: Increase timeout in getPackageLatestVersion(). diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index ca3ef58f7..ef9e49653 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 3aa56035f..006016d81 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.12.0'; + public const VERSION = '10.12.1'; /** * The Toolkit repository.