diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d411d570e18c9b..b71f71e187aa1da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ release.
-20.9.0
+20.10.0
+20.9.0
20.8.1
20.8.0
20.7.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 11ff77dd8745fa4..73748553a4f65f8 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -585,7 +585,7 @@ and `"` are usable.
> Stability: 1.0 - Early development
@@ -615,7 +615,7 @@ JavaScript.
> Stability: 1.0 - Early development
@@ -787,7 +787,7 @@ Enable experimental WebAssembly module support.
### `--experimental-websocket`
Enable experimental [`WebSocket`][] support.
@@ -1655,7 +1655,7 @@ for more details.
### `--test-concurrency`
The maximum number of test files that the test runner CLI will execute
diff --git a/doc/api/errors.md b/doc/api/errors.md
index a98f4d527e86596..e57960e7893c4a4 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1791,7 +1791,7 @@ An import attribute is not supported by this version of Node.js.
### `ERR_IMPORT_ATTRIBUTE_UNSUPPORTED`
An import attribute is not supported by this version of Node.js.
diff --git a/doc/api/esm.md b/doc/api/esm.md
index 6f02f654e00cafc..b8579a58ed2bd5b 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -7,7 +7,7 @@
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 7a544a59593e08b..64caa39cbea40b8 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -180,7 +180,7 @@ longer be used.
@@ -884,7 +884,7 @@ the error raised if the file is not accessible.
@@ -1737,7 +1737,7 @@ All the [caveats][] for `fs.watch()` also apply to `fsPromises.watch()`.
> Stability: 1 - Experimental.
diff --git a/doc/api/module.md b/doc/api/module.md
index 857c02142b199f4..09196d952079f81 100644
--- a/doc/api/module.md
+++ b/doc/api/module.md
@@ -458,7 +458,7 @@ register('./path-to-my-hooks.js', {
> Stability: 1 - Experimental
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 50b83d1df722687..f13367a4bf8df18 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2850,7 +2850,7 @@ const server = http.createServer((req, res) => {
|