Version 2.8.0-dev.12.0

Merge commit '1b41780198604920cb3bcab9e4f68439248dae77' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8abd21d..8fcdcd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2654,7 +2654,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 1bdeab0..0ead456 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 12
 PRERELEASE_PATCH 0
 ABI_VERSION 29
 OLDEST_SUPPORTED_ABI_VERSION 29