diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a96057..3c57835 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.8] - 01/11/2018 + +* Updated feature file glob pattern in readme examples + ## [0.0.7] - 01/11/2018 * Added a test run summary reporter `TestRunSummaryReporter` that logs an aggregated summary of the test run once all tests have run. diff --git a/pubspec.yaml b/pubspec.yaml index ba5061a..f4765d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_gherkin description: A Gherkin / Cucumber parser and test runner for Dart and Flutter -version: 0.0.7 +version: 0.0.8 author: Jon Samwell homepage: https://github.com/jonsamwell/flutter_gherkin