Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Mar 7, 2024
1 parent 237585c commit 3b2d7d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG-5.x.md
@@ -1,6 +1,11 @@
#### 5.1.2

* Prevent unrelated error from being displayed if a scenario step has failed by @craig-mcmahon in #6743
* Replace Laravel5 with Laravel module in module installation suggestion by @W0rma in #6742

#### 5.1.1

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

#### 5.1.0
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.1';
public const VERSION = '5.1.2';

protected ResultAggregator $resultAggregator;

Expand Down

0 comments on commit 3b2d7d1

Please sign in to comment.