diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bcab4d91..80a51d3df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Toolkit change log +## Version 9.10.0 + - DQA-7047: Deploy commands run drush cr as first. + - DQA-5985: Update default value of toolkit to match the new environment. + ## Version 9.9.4 - DQA-7005: Fix regression with QA_WEBSITE_URL override. - DQA-7025: Fix curl redirection behaviour. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 5922bdaae..f1277b683 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 7aa75c1d5..6239f667a 100644 --- a/src/Toolkit.php +++ b/src/Toolkit.php @@ -14,7 +14,7 @@ final class Toolkit /** * Constant holding the current version. */ - public const VERSION = '9.9.4'; + public const VERSION = '9.10.0'; /** * Returns the Toolkit root. diff --git a/tests/fixtures/commands/tool.yml b/tests/fixtures/commands/tool.yml index e95da682f..9249f1033 100644 --- a/tests/fixtures/commands/tool.yml +++ b/tests/fixtures/commands/tool.yml @@ -86,7 +86,7 @@ [WARNING] Failed to get Toolkit version from composer.lock. Minimum version: ^9.6 - Current version: 9.9.4 + Current version: 9.10.0 Version check: OK - command: toolkit:check-version @@ -99,7 +99,7 @@ > Checking Toolkit version: Minimum version: ^9.6 - Current version: 9.9.4 + Current version: 9.10.0 Version check: OK - command: toolkit:vendor-list