diff --git a/CHANGELOG.md b/CHANGELOG.md
index da5c3f2533e4..dd99d78763db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# 22.0.0-rc.2 "22-0-0-rc2" (2026-05-27)
+### cdk
+| Commit | Type | Description |
+| -- | -- | -- |
+| [aa42b7798](https://github.com/angular/components/commit/aa42b7798b23dfa94b96ac217d8139d9cfa86c55) | fix | **table:** expose rendered rows ([#33304](https://github.com/angular/components/pull/33304)) |
+### multiple
+| Commit | Type | Description |
+| -- | -- | -- |
+| [a88904279](https://github.com/angular/components/commit/a88904279086a29deb84f34f4fadf9e69fbf3960) | fix | prevent form submissions in aria directives ([#33297](https://github.com/angular/components/pull/33297)) |
+
+
+
# 22.0.0-rc.1 "metal-monkey" (2026-05-20)
### aria
diff --git a/package.json b/package.json
index c2541e778589..241fead064b8 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"ci-docs-monitor-test": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/monitoring/ci-test.mts",
"prepare": "husky"
},
- "version": "22.0.0-rc.1",
+ "version": "22.0.0-rc.2",
"dependencies": {
"@angular/compiler-cli": "catalog:",
"@angular-devkit/core": "catalog:",