diff --git a/CHANGELOG.md b/CHANGELOG.md index 1976b88..70b220e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [1.2.0] - 02/05/2021 +## [2.0.0] - 25/05/2021 * Upgraded to the null-safety version of dart_gherkin, as such there are some breaking changes to be aware of (see https://github.com/jonsamwell/dart_gherkin/blob/master/CHANGELOG.md for the full list): - BREAKING CHANGE: Table has been renamed to GherkinTable to avoid naming clashes diff --git a/pubspec.yaml b/pubspec.yaml index bac5ea9..bf2d727 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: 2.0.0-nullsafety.0 +version: 2.0.0 homepage: https://github.com/jonsamwell/flutter_gherkin environment: