diff --git a/CHANGELOG-5.x.md b/CHANGELOG-5.x.md index 1b0a95528a..049a58693b 100644 --- a/CHANGELOG-5.x.md +++ b/CHANGELOG-5.x.md @@ -1,3 +1,8 @@ +#### 5.0.12 + +* Wait for all tests to finish before accessing the serialized test results by @MarcelBolten in #6702 +* Updated Support Ukraine link in version string + #### 5.0.11 * Fix sharding for empty tests file by @SamMousa in #6667 diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 3af8f29074..ef0d4e7785 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -36,7 +36,7 @@ class Codecept /** * @var string */ - public const VERSION = '5.0.11'; + public const VERSION = '5.0.12'; protected ResultAggregator $resultAggregator;