diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13cf0b7e98e9..c5940c0439d5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+
+
+# 16.2.6 (2023-10-11)
+
+### @angular-devkit/build-angular
+
+| Commit | Type | Description |
+| --------------------------------------------------------------------------------------------------- | ---- | --------------------------------------------------------------------------- |
+| [c6ea25626](https://github.com/angular/angular-cli/commit/c6ea2562683cc6e640136a02760db9363ded4352) | fix | fully downlevel async/await when using vite dev-server with caching enabled |
+
+
+
# 16.2.5 (2023-10-04)
diff --git a/package.json b/package.json
index 0dbf61dbbe85..0158c3e996a8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
- "version": "16.2.5",
+ "version": "16.2.6",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {