Skip to content

Commit

Permalink
5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Feb 23, 2024
1 parent dfe90fa commit fcfa1d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-5.x.md
@@ -1,3 +1,8 @@
#### 5.1.1

* Reimplement coverage:exclude option for PHPUnit 11 in #6739
* Improved output of Bootstrap command by @ThomasLandauer in #6735

#### 5.1.0

* Support PHPUnit 11
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Expand Up @@ -36,7 +36,7 @@ class Codecept
/**
* @var string
*/
public const VERSION = '5.1.0';
public const VERSION = '5.1.1';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit fcfa1d0

Please sign in to comment.