diff --git a/CHANGELOG.md b/CHANGELOG.md
index d45eb5971c71..0166ff4c22eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+
+
+# 17.2.1 (2024-02-22)
+
+### @angular-devkit/build-angular
+
+| Commit | Type | Description |
+| --------------------------------------------------------------------------------------------------- | ---- | ------------------------------------------------ |
+| [9e7c47b59](https://github.com/angular/angular-cli/commit/9e7c47b5945b368a6fd5e2544674d5a3afd63d65) | fix | allow `mts` and `cts` file replacement |
+| [f2a2e9287](https://github.com/angular/angular-cli/commit/f2a2e92877298a30bc1042772be043d5db9ac729) | fix | provide Vite client code source map when loading |
+
+
+
# 17.2.0 (2024-02-14)
diff --git a/package.json b/package.json
index 0b0ba99abb6a..2f3d72466eec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
- "version": "17.2.0",
+ "version": "17.2.1",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {