Version 2.8.0-dev.15.0

Merge commit 'eb9c26bd378fbe3a0ebd00ce91973b49814d32be' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75956c0..8b44589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2670,7 +2670,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..e997a23 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 15
 PRERELEASE_PATCH 0
 ABI_VERSION 29
 OLDEST_SUPPORTED_ABI_VERSION 29