diff --git a/CHANGELOG.md b/CHANGELOG.md index 5268dde4f..4e584f44b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Toolkit change log +## Version 10.14.0 + - DQA-9954: Improve regex pattern unsupported checks readonly comment. + ## Version 10.13.0 - DQA-9782: Compatibility with Drupal 11. diff --git a/phpdoc.dist.xml b/phpdoc.dist.xml index 182219264..901a571d5 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 dd588bc49..a655cbd45 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.13.0'; + public const VERSION = '10.14.0'; /** * The Toolkit repository.