diff --git a/CHANGELOG.md b/CHANGELOG.md
index b71f71e187aa1d..dc39073b06aba1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ release.
-20.10.0
+20.11.0
+20.10.0
20.9.0
20.8.1
20.8.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 77f23492f65493..7e67abca53b118 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -448,7 +448,7 @@ Affects the default output directory of:
> Stability: 1.1 - Active development
Disable specific process warnings by `code` or `type`.
@@ -1797,7 +1797,7 @@ node --test --test-shard=3/3
### `--test-timeout`
A number of milliseconds the test execution will fail after. If unspecified,
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 7b03294eb3dd9a..5bf71dd424e70c 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3424,7 +3424,7 @@ deprecated. Get them from `fs.constants` or `fs.promises.constants` instead.
> Stability: 1.2 - Release candidate
@@ -348,7 +348,7 @@ added: REPLACEME
### `import.meta.filename`
> Stability: 1.2 - Release candidate
diff --git a/doc/api/test.md b/doc/api/test.md
index 0d3dd96482ae72..a35c33c598bf73 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -1837,7 +1837,7 @@ which is a `MockTimers` instance.
added:
- v20.4.0
changes:
- - version: REPLACEME
+ - version: v20.11.0
pr-url: https://github.com/nodejs/node/pull/48638
description: Updated parameters to be an option object with available APIs
and the default initial epoch.
@@ -2323,7 +2323,7 @@ clocks or actual timers outside of the mocking environment.
Sets the current Unix timestamp that will be used as reference for any mocked
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 0e2de8a40ecec7..0d487e434c1e37 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -1052,7 +1052,7 @@ function with the given `params`.
diff --git a/doc/changelogs/CHANGELOG_V20.md b/doc/changelogs/CHANGELOG_V20.md
index 74734b8668c882..df533194495b60 100644
--- a/doc/changelogs/CHANGELOG_V20.md
+++ b/doc/changelogs/CHANGELOG_V20.md
@@ -9,6 +9,7 @@
|