From 70f1c6c5a6b400fd3063abf1ba3d0ca324b309fa Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 23 Jun 2022 13:42:05 +1000 Subject: [PATCH] chore(docs): made changelog match pubspec version number --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b66aae..88e5896 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [3.0.0] - 17/06/2022 +## [3.0.0-rc.10] - 23/06/2022 - Fix #195: Adding missing export for `wait_until_key_exists_step.dart` - Fix #226: Allow compatibility with dev and master flutter branches @@ -9,6 +9,8 @@ * BREAKING CHANGE: - `NEW API FOR REPORTERS`: All reporters implement (do not extend) separated interfaces see https://github.com/jonsamwell/dart_gherkin/blob/master/CHANGELOG.md#300---16052022 +**Note: this release will soon be promoted the main version** + ## [3.0.0-rc.9] - 18/11/2021 - Fix: #172: Fix for the `StdoutReporter` when running against the web