diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85af7f8952a3..9d29c6b36044 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+# 19.2.10 "plastic-monkey" (2025-04-16)
+### cdk
+| Commit | Type | Description |
+| -- | -- | -- |
+| [604e4d6c98](https://github.com/angular/components/commit/604e4d6c98bc9cff5bad28353d5464e5c7861a9b) | fix | **overlay:** disable overlay animation with prefers-reduced-motion ([#30858](https://github.com/angular/components/pull/30858)) |
+### material
+| Commit | Type | Description |
+| -- | -- | -- |
+| [ef723db2e0](https://github.com/angular/components/commit/ef723db2e0d8c1414ad94093f056d305a14a29ef) | fix | **bottom-sheet:** page jumping if backdrop-filter is applied ([#30840](https://github.com/angular/components/pull/30840)) |
+
+
+
# 19.2.9 "abellaite-apron" (2025-04-09)
### cdk
diff --git a/package.json b/package.json
index 7b6c5806588e..e5f51948ac00 100644
--- a/package.json
+++ b/package.json
@@ -53,7 +53,7 @@
"ci-notify-slack-failure": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky"
},
- "version": "19.2.9",
+ "version": "19.2.10",
"dependencies": {
"@angular-devkit/core": "catalog:",
"@angular-devkit/schematics": "catalog:",