Skip to content

Commit

Permalink
4.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Aug 6, 2021
1 parent cbce9ea commit 9777ec3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG-4.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 4.1.22

* Security fix: Disable deserialization of RunProcess class (#6241)
* Reduce memory consumption of very large tests (#6230) by @esnelubov
* Support guzzlehttp/psr7 v2 by @W0rma
* Fix W3C warning in reports generated by Recorder extension (#6224) by RickR2H

#### 4.1.21

* Fix `dry-run` compatibility with symfony/console 5.3
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.21';
const VERSION = '4.1.22';

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

0 comments on commit 9777ec3

Please sign in to comment.