diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0a3b4cf2dd..92335e135b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,29 @@
+
+
+# 13.0.0-next.2 (2021-08-26)
+
+### @schematics/angular
+
+| Commit | Description |
+| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
+| [4f91816b2](https://github.com/angular/angular-cli/commit/4f91816b2951c0e2b0109ad1938eb0ae632c0c76) | feat(@schematics/angular): migrate libraries to be published from ViewEngine to Ivy Partial compilation |
+
+### @angular-devkit/schematics
+
+| Commit | Description |
+| --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
+| [0565ed62e](https://github.com/angular/angular-cli/commit/0565ed62eb08c1e82cffb2533e6afde216c37eb7) | feat(@angular-devkit/schematics): add UpdateBuffer2 based on magic-string |
+
+### @ngtools/webpack
+
+| Commit | Description |
+| --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
+| [7928b18ed](https://github.com/angular/angular-cli/commit/7928b18edf34243a404b5a4f40a5d6e40247d797) | perf(@ngtools/webpack): reduce repeat path mapping analysis during resolution |
+
+## Special Thanks:
+
+Alan Agius, Charles Lyding, Doug Parker, Lukas Spirig and Trevor Karjanis
+
# 12.2.3 (2021-08-26)
diff --git a/package.json b/package.json
index 0257eead76..3ef00a1494 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/devkit-repo",
- "version": "13.0.0-next.1",
+ "version": "13.0.0-next.2",
"private": true,
"description": "Software Development Kit for Angular",
"bin": {