From 7a7aa2ecaae62841a53422efcfd392a2be0320ba Mon Sep 17 00:00:00 2001 From: Joao Silva Date: Fri, 7 Jun 2024 10:55:10 +0200 Subject: [PATCH] DQA-9538: Prepare release 10.12.3 --- CHANGELOG.md | 4 ++++ phpdoc.dist.xml | 2 +- src/Toolkit.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a08273de..7cc825117 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Toolkit change log +## Version 10.12.3 + - DQA-9535: Update mock to version 0.0.6. + - DQA-9538: Fresh Solr & Virtuoso dumps are not downloaded. + ## Version 10.12.1 - DQA-9451: Fix issue with multiple download of virtuoso and solr dumps. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index ef9e49653..bdb2c10b6 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 006016d81..4798c2fb1 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.1'; + public const VERSION = '10.12.3'; /** * The Toolkit repository.