Version 2.15.0-96.0.dev

Merge commit 'dca853faca214349bf8e7dfd1587c9ff0e693892' into 'dev'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ffd3eec..7c0c92b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -131,7 +131,12 @@
 - improves performance for `annotate_overrides`, `prefer_contains`, and
   `prefer_void_to_null`.
 
-## 2.14.0
+## 2.14.1 - 2021-09-09
+
+- Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
+  commandline tools did not have the expected startup performance.
+
+## 2.14.0 - 2021-09-09
 
 ### Language
 
diff --git a/tools/VERSION b/tools/VERSION
index 9c78614..b356ec5 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 15
 PATCH 0
-PRERELEASE 95
+PRERELEASE 96
 PRERELEASE_PATCH 0
\ No newline at end of file