Skip to content

Commit

Permalink
DQA-7882: Prepare release 9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocsilva committed Sep 28, 2023
1 parent 6434466 commit 54c1b73
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Toolkit change log

## Version 9.14.0
- DQA-7830: Switch array_pop to array_shift in Toolkit secure check.
- DQA-7713: Add support to phpunit/phpunit 10.
- DQA-7674: Update qa-automation for Drupal 10.
- DQA-7414: Ignore metapackage packages in component-check.

## Version 9.13.1
- DQA-7826: Hotfix for components security check.

Expand Down
2 changes: 1 addition & 1 deletion phpdoc.dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<paths>
<output>docs</output>
</paths>
<version number="9.13.1">
<version number="9.14.0">
<folder>latest</folder>
<api>
<source dsn=".">
Expand Down
2 changes: 1 addition & 1 deletion src/Toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class Toolkit
/**
* Constant holding the current version.
*/
public const VERSION = '9.13.1';
public const VERSION = '9.14.0';

/**
* Returns the Toolkit root.
Expand Down

0 comments on commit 54c1b73

Please sign in to comment.