diff --git a/CHANGELOG-4.1.md b/CHANGELOG-4.1.md index e20ac341df..4462ff7ed4 100644 --- a/CHANGELOG-4.1.md +++ b/CHANGELOG-4.1.md @@ -1,3 +1,7 @@ +#### 4.1.14 + +* Improved compatibility logic for Symfony EventDispatcher + #### 4.1.13 * Gherkin: Fixed loading methods from namespaced helper classes #6057 diff --git a/src/Codeception/Codecept.php b/src/Codeception/Codecept.php index 6f41053e64..b12b417608 100644 --- a/src/Codeception/Codecept.php +++ b/src/Codeception/Codecept.php @@ -10,7 +10,7 @@ class Codecept { use DispatcherWrapper; - const VERSION = '4.1.13'; + const VERSION = '4.1.14'; /** * @var \Codeception\PHPUnit\Runner