Skip to content

Commit

Permalink
4.1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed May 28, 2021
1 parent 91d6cb0 commit 818a8b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 4.1.21

* Fix `dry-run` compatibility with symfony/console 5.3
* Coverage: Don't attempt to set cookie domain when it is "localhost" (#6210) by @marcovtwout
* Coverage: Don't attempt to read cookies while an alert is open (#6211) by @marcovtwout

#### 4.1.20

* Fix compatibility with PHP 7.0 (#6154)
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.1.20';
const VERSION = '4.1.21';

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

0 comments on commit 818a8b3

Please sign in to comment.