diff --git a/CHANGELOG.md b/CHANGELOG.md
index 747381018f..4bd354758e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,5 @@
-
-# 2.0.0-beta.5 (2016-02-10)
+
+# 2.0.0-beta.6 (2016-02-11)
### Bug Fixes
@@ -50,10 +50,19 @@ http://github.com/typings/typings
And install typings such as `jasmine`, `angular-protractor`, or `selenium-webdriver`
to satisfy the type-checker.
+If you rely on es6 APIs other than Promises and Collections, you will need to
+install the es6-shim typing instead of using the tag above.
+Angular previously exposed typings for the entire ES6 API.
+
+
+# 2.0.0-beta.5 (2016-02-10)
+
+This release was incorrect; replaced with beta.6.
+
# 2.0.0-beta.4 (2016-02-10)
-This release was incorrect; replaced with beta.5.
+This release was incorrect; replaced with beta.6.
# 2.0.0-beta.3 (2016-02-03)