diff --git a/CHANGELOG.md b/CHANGELOG.md
index f558cc1fed4d..b701ee102193 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+# 18.0.0-next.1 "basalt-solitude" (2024-03-20)
+### cdk
+| Commit | Type | Description |
+| -- | -- | -- |
+| [9343131450](https://github.com/angular/components/commit/93431314507b11ce8191a632547eee9f2a288775) | fix | **drag-drop:** optionally inject parent drag in preview and placeholder ([#28750](https://github.com/angular/components/pull/28750)) |
+| [108cce33bf](https://github.com/angular/components/commit/108cce33bfb331fcdce18527480b3a89f5f81a28) | fix | **overlay:** Remove use of zone onStable to detach content ([#28740](https://github.com/angular/components/pull/28740)) |
+
+
+
# 17.3.1 "clay-paradox" (2024-03-20)
### cdk
diff --git a/package.json b/package.json
index e5536ac77a52..e8c2f183d263 100644
--- a/package.json
+++ b/package.json
@@ -56,7 +56,7 @@
"ci-notify-slack-failure": "ts-node --esm --project scripts/tsconfig.json scripts/circleci/notify-slack-job-failure.mts",
"prepare": "husky install"
},
- "version": "18.0.0-next.0",
+ "version": "18.0.0-next.1",
"dependencies": {
"@angular/animations": "^18.0.0-next.0",
"@angular/common": "^18.0.0-next.0",