Skip to content

Commit

Permalink
Prepared 4.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Naktibalda committed Mar 14, 2020
1 parent cb476ea commit 3522438
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG-4.1.md
@@ -1,3 +1,11 @@
#### 4.1.2

* Fixed --no-redirect option does not exist error #5827 by @liamjtoohey
* Init command: Check the composer option config.vendor_dir when updating composer #5871 by @gabriel-lima96
* Add return type hint to the generated actions above PHP 7.0 #5862 by @pezia
* Prevent merged config array ballooning in memory #5871 by @AndrewFeeney
* Do not truncate arguments for --html options #5870 by @adaniloff

#### 4.1.1

* --no-artifacts flag for run command #5646 by @Mitrichius
Expand Down
2 changes: 1 addition & 1 deletion src/Codeception/Codecept.php
Expand Up @@ -10,7 +10,7 @@ class Codecept
{
use DispatcherWrapper;

const VERSION = '4.1.1';
const VERSION = '4.1.2';

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

0 comments on commit 3522438

Please sign in to comment.