diff --git a/CHANGES.md b/CHANGES.md index e5822b99..ae62d561 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +4.7.0 / 2021-01-24 +================== + + * Provides better messages for TableNode construct errors + * Now allows single character steps + * Supports multiple Example Tables with tags + 4.6.2 / 2020-03-17 ================== diff --git a/src/Behat/Gherkin/Gherkin.php b/src/Behat/Gherkin/Gherkin.php index 686a1fab..17c046d9 100644 --- a/src/Behat/Gherkin/Gherkin.php +++ b/src/Behat/Gherkin/Gherkin.php @@ -23,7 +23,7 @@ */ class Gherkin { - const VERSION = '4.6.2'; + const VERSION = '4.7.0'; /** * @var LoaderInterface[]