Skip to content

Commit fcfa1d0

Browse files
committed
5.1.1
1 parent dfe90fa commit fcfa1d0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG-5.x.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 5.1.1
2+
3+
* Reimplement coverage:exclude option for PHPUnit 11 in #6739
4+
* Improved output of Bootstrap command by @ThomasLandauer in #6735
5+
16
#### 5.1.0
27

38
* Support PHPUnit 11

src/Codeception/Codecept.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Codecept
3636
/**
3737
* @var string
3838
*/
39-
public const VERSION = '5.1.0';
39+
public const VERSION = '5.1.1';
4040

4141
protected ResultAggregator $resultAggregator;
4242

0 commit comments

Comments
 (0)