Version 2.8.0-dev.6.0

Merge commit '62291efcfdfbef76be063f1fc1ff65bf13a7f86c' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebf1c64..b4164fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2562,7 +2562,7 @@
 
 * `dart:web_audio`
 
-  * new method on `AudioContext` – `createIirFilter` returns a new class
+  * new method on `AudioContext` – `createIirFilter` returns a new class
     `IirFilterNode`.
 
 * `dart:web_gl`
diff --git a/tools/VERSION b/tools/VERSION
index 0a9f034..3140836 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -29,11 +29,11 @@
 #  * Deprecating an old ABI version:
 #     - increase OLDEST_SUPPORTED_ABI_VERSION to the version that is supported.
 #
-CHANNEL be
+CHANNEL dev
 MAJOR 2
 MINOR 8
 PATCH 0
-PRERELEASE 0
+PRERELEASE 6
 PRERELEASE_PATCH 0
 ABI_VERSION 28
 OLDEST_SUPPORTED_ABI_VERSION 28