diff --git a/CHANGELOG.md b/CHANGELOG.md index d491960e0..c2f571253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Toolkit change log +## Version 10.8.1 + - DQA-8659: Drop pm:security from component-check command. + - DQA-8654: Align project information endpoint with new Envs structure. + ## Version 10.8.0 - DQA-7921: Align Toolkit default deployment commands with Drush standards. - DQA-8113: Component check - Forbid deprecated scripts in composer.json. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 960915e2f..bbbdcceb1 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 8dd02594a..98e4cf263 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.8.0'; + public const VERSION = '10.8.1'; /** * The Toolkit repository.