Skip to content

Commit

Permalink
5.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Mar 14, 2023
1 parent 51a4409 commit ed4af7f
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.10

* JUnitReporter: Fixed compatibility with PHPUnit 10.0.16 #6656
* Recorder extension: Fixed type error #6643 by @thomashohn
* Validate test filter pattern without warning #6641 by @dmitryuk

#### 5.0.9

* JUnitReporter: Do not set 'useless' testsuite attribute in strict mode #6635 by @gileri
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.9';
public const VERSION = '5.0.10';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit ed4af7f

Please sign in to comment.