Version 2.10.0-17.0.dev

Merge commit '7b26f6e29dfea2c7d52a1fb091466d6b71c80c05' into 'dev'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0b4d8d..e5cace4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,13 @@
 * Updated `unnecessary_statements` to skip `as` expressions.
 * Fixed `prefer_relative_imports` to work with path dependencies.
 
+## 2.9.1 - 2020-08-12
+
+This is a patch release that fixes unhandled exceptions in some Flutter
+applications (issue [flutter/flutter#63038][]).
+
+[flutter/flutter#63038]: https://github.com/flutter/flutter/issues/63038
+
 ## 2.9.0 - 2020-08-05
 
 ### Language
diff --git a/tools/VERSION b/tools/VERSION
index 54f5fe5..4340efe 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 10
 PATCH 0
-PRERELEASE 16
+PRERELEASE 17
 PRERELEASE_PATCH 0
\ No newline at end of file