Version 2.0.0-dev.69.0

Merge commit 'b571e9391ca7959e1d0dbbad8ab93a6ae01ede8e' into dev
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 841198f..832c29d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,33 +1,4 @@
-## 2.0.0-dev.XX.0
-(Add new changes here, and they will be copied to the
- change section for the next dev version)
-
-### Language
-
-#### Strong Mode
-
-### Dart VM
-
-### Tool Changes
-
-#### dartfmt
-
-* Do not split long strings inside their string interpolations.
-
-#### Pub
-
-#### Dart2js
-
-#### Analyzer
-
-  * The analysis server will now only analyze code in Dart 2 mode ('strong
-    mode'). It will emit warnings for analysis options files that have
-    `strong-mode: false` set (and will emit a hint for `strong-mode: true`,
-    which is no longer necessary).
-  * The dartanalyzer `--strong` flag is now deprecated and ignored; the
-    command-line analyzer now only analyzes code in strong mode.
-
-#### Other Tools
+## 2.0.0-dev.69.0
 
 ### Core library changes
 * `dart:collection`, `dart:core`:
@@ -42,6 +13,23 @@
     run in the correct zone in any case.
     Issue [#32556](http://dartbug.com/32556).
 
+## 2.0.0-dev.68.0
+
+### Tool Changes
+
+#### dartfmt
+
+* Do not split long strings inside their string interpolations.
+
+#### Analyzer
+
+  * The analysis server will now only analyze code in Dart 2 mode ('strong
+    mode'). It will emit warnings for analysis options files that have
+    `strong-mode: false` set (and will emit a hint for `strong-mode: true`,
+    which is no longer necessary).
+  * The dartanalyzer `--strong` flag is now deprecated and ignored; the
+    command-line analyzer now only analyzes code in strong mode.
+
 ## 2.0.0-dev.67.0
 
 ### Language
diff --git a/tools/VERSION b/tools/VERSION
index a3f39d7..aa8aef1 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -23,9 +23,9 @@
 #  * Making cherry-picks to stable channel
 #     - increase PATCH by 1
 #
-CHANNEL be
+CHANNEL dev
 MAJOR 2
 MINOR 0
 PATCH 0
-PRERELEASE 0
+PRERELEASE 69
 PRERELEASE_PATCH 0