diff --git a/CHANGES.md b/CHANGES.md index 62cee365..8a238ea0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +4.7.2 / 2021-02-03 +================== + +* Issue where Scenario Outline title was not populated into Examples +* Updated translations from cucumber 16.0.0 + 4.7.1 / 2021-01-26 ================== diff --git a/src/Behat/Gherkin/Gherkin.php b/src/Behat/Gherkin/Gherkin.php index 2bbb2ff3..ddfc4796 100644 --- a/src/Behat/Gherkin/Gherkin.php +++ b/src/Behat/Gherkin/Gherkin.php @@ -23,7 +23,7 @@ */ class Gherkin { - const VERSION = '4.7.1'; + const VERSION = '4.7.2'; /** * @var LoaderInterface[]