diff --git a/CHANGELOG.md b/CHANGELOG.md index 0044a2c..eb43497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.5] - 29/10/2018 + +* Sorted out formatting of pre-defined steps + ## [0.0.4] - 29/10/2018 * Added more tests around `FlutterTestConfiguration` to ensure pre-defined steps are always added diff --git a/pubspec.yaml b/pubspec.yaml index 751ec90..f2878ed 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.4 +version: 0.0.5 author: Jon Samwell homepage: https://github.com/jonsamwell/flutter_gherkin