Skip to content

Commit

Permalink
4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Jun 22, 2022
1 parent 2bc7b3d commit 77b3e20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 4.2.1

* Execute setupBeforeClass/tearDownAfterClass only once (#6481)
* Handle action with intersection return type correctly in dry-run command

#### 4.2.0

* Improved multi-application experience, allow filtering suites by name (#6435) by @calvinalkan
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Codecept
{
use DispatcherWrapper;

const VERSION = '4.2.0';
const VERSION = '4.2.1';

/**
* @var \Codeception\PHPUnit\Runner
Expand Down

0 comments on commit 77b3e20

Please sign in to comment.