diff --git a/CHANGELOG.md b/CHANGELOG.md
index a4e05c202383..e21fff4d46f0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+# 13.0.0-rc.2 "tweed-thimble" (2021-10-27)
+### cdk
+| Commit | Type | Description |
+| -- | -- | -- |
+| [c4cb63be2](https://github.com/angular/components/commit/c4cb63be230a5c5d58e8d2e6d084c42015dc8cf7) | fix | **portal:** write generic type for TemplateRef in the Template Portal code example ([#23818](https://github.com/angular/components/pull/23818)) |
+### material
+| Commit | Type | Description |
+| -- | -- | -- |
+| [114041f43](https://github.com/angular/components/commit/114041f434573fca279de7c0e064f18bee6b2d95) | fix | **icon:** disable text selection ([#23730](https://github.com/angular/components/pull/23730)) |
+## Special Thanks
+Kristiyan Kostadinov, Paul Gschwendtner and Sergey Vakhramov
+
+
# 13.0.0-rc.1 "acrylic-finger" (2021-10-20)
### cdk
diff --git a/package.json b/package.json
index 0a72fced597a..fa74cea4dd79 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"tsc": "node ./node_modules/typescript/bin/tsc",
"prepare": "husky install"
},
- "version": "13.0.0-rc.1",
+ "version": "13.0.0-rc.2",
"dependencies": {
"@angular/animations": "13.0.0-next.15",
"@angular/common": "13.0.0-next.15",