diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3da198ac8b..c98a05f066 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,5 @@
-
-# [2.2.0-beta.1](https://github.com/angular/angular/compare/2.2.0-beta.0...2.2.0-beta.1) (2016-10-27)
-
+
+## [2.1.2](https://github.com/angular/angular/compare/2.1.1...2.1.2) (2016-10-27)
### Bug Fixes
@@ -18,6 +17,10 @@
* **router:** preserve resolve data ([6ccbfd4](https://github.com/angular/angular/commit/6ccbfd4)), closes [#12306](https://github.com/angular/angular/issues/12306)
+
+
+# [2.2.0-beta.1](https://github.com/angular/angular/compare/2.2.0-beta.0...2.2.0-beta.1) (2016-10-27)
+
### Code Refactoring
* **upgrade:** re-export the new static upgrade APIs on new entry ([a26dd28](https://github.com/angular/angular/commit/a26dd28))
@@ -35,6 +38,9 @@ downgradeComponent, downgradeInjectable, UpgradeComponent, and UpgradeModule are
Import these from @angular/upgrade/static instead.
+Note: The 2.2.0-beta.1 release also contains all the changes present in the 2.1.2 release.
+
+
# [2.1.1](https://github.com/angular/angular/compare/2.1.0...2.1.1) (2016-10-20)