Version 1.15.0

Merge commit '8407f1da7771279b41fae8ddad02cc160d983a57' into stable
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7695a3d..0251c0d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -54,10 +54,18 @@
 
 [configuring the analyzer]: https://github.com/dart-lang/sdk/tree/master/pkg/analyzer#configuring-the-analyzer
 
-## 1.14.2 - 2016-02-09
+## 1.14.2 - 2016-02-10
 
-* Fixes a bug where pub would download packages from pub.dartlang.org even when
-  a different hosted URL was specified.
+Patch release, resolves three issues:
+
+* VM: Fixes a code generation bug on x64.
+  (SDK commit [834b3f02](https://github.com/dart-lang/sdk/commit/834b3f02b6ab740a213fd808e6c6f3269bed80e5))
+
+* `dart:io`: Fix EOF detection when reading some special device files.
+  (SDK issue [25596](https://github.com/dart-lang/sdk/issues/25596))
+
+* Pub: Fix an error using hosted dependencies in SDK version 1.14.
+  (Pub issue [1386](https://github.com/dart-lang/pub/issues/1386))
 
 ## 1.14.1 - 2016-02-04
 
diff --git a/tools/VERSION b/tools/VERSION
index 81183ef7..b3d3a07 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -23,9 +23,9 @@
 #  * Making cherry-picks to stable channel
 #     - increase PATCH by 1
 #
-CHANNEL dev
+CHANNEL stable
 MAJOR 1
 MINOR 15
 PATCH 0
-PRERELEASE 5
-PRERELEASE_PATCH 1
+PRERELEASE 0
+PRERELEASE_PATCH 0