diff --git a/CHANGELOG.md b/CHANGELOG.md index 349257953..f825d6a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Toolkit change log +## Version 9.15.1 + - DQA-8186: Component check enable update module. + ## Version 9.15.0 - DQA-7938: Don't check for approval for dependencies inside project codebase. - DQA-7662: Report unsupported modules. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 8934ebdb7..c85698717 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 f625e7daf..5eb615f8b 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -12,7 +12,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '9.15.0'; + public const VERSION = '9.15.1'; /** * Returns the Toolkit root.