Version 2.15.0-109.0.dev

Merge commit 'a6f97d13fcd63cdb67f06cc80f3b26df8ba63451' into 'dev'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1df0081..298aa20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -156,6 +156,22 @@
   `dart pub get/upgrade/downgrade/add/remove` that will result in the `example/`
   folder dependencies to be updated after operating in the current directory. 
 
+## 2.14.2 - 2021-09-16
+
+This is a patch release that fixes:
+
+- two dartdoc crashes (issues [dart-lang/dartdoc#2740][] and
+  [dart-lang/dartdoc#2755][]).
+- error messages when using the `>>>` operator on older language versions
+  (issue [#46886][]).
+- invalid `pubspec.lock` paths on Windows (issue [dart-lang/pub#3012][]).
+
+[dart-lang/dartdoc#2740]: https://github.com/dart-lang/dartdoc/issues/2740
+[dart-lang/dartdoc#2755]: https://github.com/dart-lang/dartdoc/issues/2755
+[#46886]: https://github.com/dart-lang/sdk/issues/46886
+[#45767]: https://github.com/dart-lang/sdk/issues/45767
+[dart-lang/pub#3012]: https://github.com/dart-lang/pub/issues/3012
+
 ## 2.14.1 - 2021-09-09
 
 - Fixed an issue specific to the macOS ARM64 (Apple Silicon) SDK, where the Dart
diff --git a/tools/VERSION b/tools/VERSION
index d35832b..6470b37 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -27,5 +27,5 @@
 MAJOR 2
 MINOR 15
 PATCH 0
-PRERELEASE 108
+PRERELEASE 109
 PRERELEASE_PATCH 0
\ No newline at end of file