diff --git a/CHANGELOG-2.4.md b/CHANGELOG-2.4.md index 7c2f5ac802..43e22a5a34 100644 --- a/CHANGELOG-2.4.md +++ b/CHANGELOG-2.4.md @@ -1,10 +1,10 @@ #### 2.4.0 -* PHPUnit 7.x compatibility +* **PHPUnit 7.x compatibility** +* **Dropped PHP 5.4 and PHP 5.5** support (PHP 5.5 still may work) * Internal API refactored: * Modern PHP class names used internally * Moved PHPUnit related classes to [codeception/phpunit-wrapper](https://github.com/Codeception/phpunit-wrapper) package. -* Dropped PHP 5.4 and PHP 5.5 support (PHP 5.5 still may work) * Cest hooks behavior changed (by @fffilimonov): * `_failed` called when test fails * `_passed` called when tests is successful diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 4530848ebe..95b0235b6c 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -7,7 +7,7 @@ class Codecept { - const VERSION = "2.3.9"; + const VERSION = "2.4.0"; /** * @var \Codeception\PHPUnit\Runner