diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3c38289e..604f6ca36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Toolkit change log
+## Version 9.3.0
+ - DQA-5410: Improve load of database during clone install.
+ - DQA-5473: Tests for DrupalCommands.
+ - DQA-5760: Fix overridden configurations not working.
+ - DQA-5643: Apply to 'ensureArray' all tasks.
+ - DQA-5484: Better error handling.
+ - DQA-5743: Create task to self-update docker-compose.yml.
+ - DQA-5317: Allow multiple config files to be loaded.
+ - DQA-5885: Add command drupal:symlink-project.
+ - DQA-4768: Allow myloader to be used.
+ - DQA-5913: PHP 8.2 support.
+ - DQA-5945: Allow option dumpfile in install-clone command.
+ - DQA-5946: Add config command copy-dir.
+
## Version 9.2.0
- DQA-5384: Improve test coverage for toolkit.
- DQA-5102: Set outdated as soft block.
diff --git a/docs/guide/commands.rst b/docs/guide/commands.rst
index 2e7d991a4..53c47716a 100644
--- a/docs/guide/commands.rst
+++ b/docs/guide/commands.rst
@@ -28,6 +28,7 @@ See bellow current list of available commands:
drupal:site-install [drupal:si|dsi] Install target site.
drupal:site-post-install Run Drupal post-install commands.
drupal:site-pre-install Run Drupal pre-install commands.
+ drupal:symlink-project Symlink project as module, theme or profile in the proper directory.
drupal:upgrade-status [tdus] Check project compatibility for Drupal 9/10 upgrade.
toolkit
toolkit:build-assets [tba|tk-assets] Build theme assets (Css and Js).
@@ -39,6 +40,7 @@ See bellow current list of available commands:
toolkit:code-review This command will execute all the testing tools.
toolkit:complock-check Check if 'composer.lock' exists on the project root folder.
toolkit:component-check Check composer.json for components that are not whitelisted/blacklisted.
+ toolkit:create-dump Export the local snapshot.
toolkit:download-dump Download ASDA snapshot.
toolkit:fix-permissions Run script to fix permissions (experimental).
toolkit:hooks-delete-all Remove all existing hooks, this will ignore active hooks list.
diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml
index c2abe3177..c3dae99ae 100644
--- a/phpdoc.dist.xml
+++ b/phpdoc.dist.xml
@@ -9,7 +9,7 @@
-
+ latest