Skip to content

Commit

Permalink
Ready for 4.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Jan 24, 2021
1 parent cee1d4b commit 0ffe6a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
==================

Expand Down
2 changes: 1 addition & 1 deletion src/Behat/Gherkin/Gherkin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
class Gherkin
{
const VERSION = '4.6.2';
const VERSION = '4.7.0';

/**
* @var LoaderInterface[]
Expand Down

0 comments on commit 0ffe6a7

Please sign in to comment.