diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e7717500682..e89842a071cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,22 @@
+
+# 7.0.0-rc.2 (2018-10-15)
+
+
+### Bug Fixes
+
+* **drag-drop:** enterPredicate being called with wrong drop container ([#13578](https://github.com/angular/material2/issues/13578)) ([60b4a58](https://github.com/angular/material2/commit/60b4a58))
+* **drag-drop:** rename cdkDrop to cdkDropList ([#13619](https://github.com/angular/material2/issues/13619)) ([160b688](https://github.com/angular/material2/commit/160b688))
+* **ng-add:** do not add theme file if existing theme is set up ([#13468](https://github.com/angular/material2/issues/13468)) ([d1e59a2](https://github.com/angular/material2/commit/d1e59a2))
+* **schematics:** template content exceeds max line length ([#13521](https://github.com/angular/material2/issues/13521)) ([b0a1daf](https://github.com/angular/material2/commit/b0a1daf))
+* **schematics:** tree folder icons do not have enough contrast ([#13462](https://github.com/angular/material2/issues/13462)) ([4a0eb2b](https://github.com/angular/material2/commit/4a0eb2b))
+* **virtual-scroll:** fix several small bugs ([#13597](https://github.com/angular/material2/issues/13597)) ([8cfaeea](https://github.com/angular/material2/commit/8cfaeea))
+
+### Features
+
+* **schematics:** prompt for name when generating component ([#13518](https://github.com/angular/material2/issues/13518)) ([9085de7](https://github.com/angular/material2/commit/9085de7))
+
+
+
# 7.0.0-rc.1 (2018-10-09)
diff --git a/package.json b/package.json
index ac2d7a73ee8d..6d69f0a3a694 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"breaking-changes": "gulp breaking-changes",
"ci:lint": "gulp ci:lint"
},
- "version": "7.0.0-rc.1",
+ "version": "7.0.0-rc.2",
"requiredAngularVersion": ">=7.0.0-rc.0",
"dependencies": {
"@angular/animations": "7.0.0-rc.0",