diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cc825117..106d3a6ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Toolkit change log +## Version 10.12.4 + - DQA-9542: AXE Scanner command fails on 1st attempt. + - DQA-9541: Add command to update latest mock tag. + - DQA-9566: DRUPAL_REVERSE_PROXY not properly set. + ## Version 10.12.3 - DQA-9535: Update mock to version 0.0.6. - DQA-9538: Fresh Solr & Virtuoso dumps are not downloaded. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index bdb2c10b6..fdf700111 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 4798c2fb1..6078e2c90 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.3'; + public const VERSION = '10.12.4'; /** * The Toolkit repository.