Skip to content

Commit

Permalink
5.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 11, 2023
1 parent a5b7c41 commit 671c995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 5.0.9

* JUnitReporter: Do not set 'useless' testsuite attribute in strict mode #6635 by @gileri
* Fixed static $defaultName deprecated in _completion command #6633 by @dmitryuk
* Replaced object property assertions removed from PHPUnit 10

#### 5.0.8

* Support for PHPUnit 10
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.0.8';
public const VERSION = '5.0.9';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit 671c995

Please sign in to comment.