Version 1.14.2

Cherry-pick '600940f18ff8c1d555896fbe9038139457491a59' into stable
Cherry-pick 'ca7ee2b6cd6f589d488eb761c1857428df027f7e' into stable
Cherry-pick '834b3f02b6ab740a213fd808e6c6f3269bed80e5' into stable
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 30c91802..21f0ea8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+## 1.14.2 - 2016-02-10
+
+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
+
+Patch release, resolves one issue:
+
+* Debugger: Fixes a VM crash when a debugger attempts to set a break point
+during isolate initialization.
+(SDK issue [25618](https://github.com/dart-lang/sdk/issues/25618))
+
 ## 1.14.0 - 2016-1-28
 
 ### Core library changes
diff --git a/tools/VERSION b/tools/VERSION
index c65ef28..12583a9 100644
--- a/tools/VERSION
+++ b/tools/VERSION
@@ -26,6 +26,6 @@
 CHANNEL stable
 MAJOR 1
 MINOR 14
-PATCH 1
+PATCH 2
 PRERELEASE 0
 PRERELEASE_PATCH 0