diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e7a5a0f8b49e9..99612a562a1567 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ release.
-19.7.0
+19.8.0
+19.7.0
19.6.1
19.6.0
19.5.0
diff --git a/doc/api/async_context.md b/doc/api/async_context.md
index 1a815e0277a69a..9da66ff0372541 100644
--- a/doc/api/async_context.md
+++ b/doc/api/async_context.md
@@ -139,7 +139,7 @@ Creates a new instance of `AsyncLocalStorage`. Store is only provided within a
### Static method: `AsyncLocalStorage.bind(fn)`
> Stability: 1 - Experimental
@@ -153,7 +153,7 @@ Binds the given function to the current execution context.
### Static method: `AsyncLocalStorage.snapshot()`
> Stability: 1 - Experimental
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 90c2c3b1aa6e53..d6e2831dd09913 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -1061,7 +1061,7 @@ console.log(bufA.length);
### Static method: `Buffer.copyBytesFrom(view[, offset[, length]])`
* `view` {TypedArray} The {TypedArray} to copy.
diff --git a/doc/api/events.md b/doc/api/events.md
index f1ee1de01121a1..6f009d6bc7d4cd 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -651,7 +651,7 @@ set by [`emitter.setMaxListeners(n)`][] or defaults to
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 1a48fc072ac450..dfb49e92fc0fc4 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3333,7 +3333,7 @@ Functions based on `fs.open()` exhibit this behavior as well:
### `fs.openAsBlob(path[, options])`
> Stability: 1 - Experimental
diff --git a/doc/api/net.md b/doc/api/net.md
index 2b67e85a32d9e2..ba0591baea077a 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -1645,7 +1645,7 @@ Sets the default value of the `autoSelectFamily` option of [`socket.connect(opt
## `net.getDefaultAutoSelectFamilyAttemptTimeout()`
Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of [`socket.connect(options)`][].
@@ -1655,7 +1655,7 @@ Gets the current default value of the `autoSelectFamilyAttemptTimeout` option o
## `net.setDefaultAutoSelectFamilyAttemptTimeout(value)`
Sets the default value of the `autoSelectFamilyAttemptTimeout` option of [`socket.connect(options)`][].
diff --git a/doc/api/stream.md b/doc/api/stream.md
index d3719dc640f6c8..6feb891600c953 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -2799,7 +2799,7 @@ const server = http.createServer((req, res) => {
diff --git a/doc/api/test.md b/doc/api/test.md
index 310bf0d685ffe3..e59889fff78731 100644
--- a/doc/api/test.md
+++ b/doc/api/test.md
@@ -857,7 +857,9 @@ Shorthand for marking a suite as `TODO`, same as
## `describe.only([name][, options][, fn])`
Shorthand for marking a suite as `only`, same as
@@ -870,7 +872,7 @@ added:
- v18.6.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v19.8.0
pr-url: https://github.com/nodejs/node/pull/46889
description: Calling `it()` is now equivalent to calling `test()`.
-->
@@ -892,7 +894,9 @@ same as [`it([name], { todo: true }[, fn])`][it options].
## `it.only([name][, options][, fn])`
Shorthand for marking a test as `only`,
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 1ae615bd027281..b115b172306912 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1792,7 +1792,7 @@ argument.
* {string} The default value of the `ciphers` option of
diff --git a/doc/api/url.md b/doc/api/url.md
index a3ea03ba5b4118..d4d1b70f018085 100644
--- a/doc/api/url.md
+++ b/doc/api/url.md
@@ -943,7 +943,7 @@ console.log(params.toString());
#### `urlSearchParams.size`
The total number of parameter entries.
diff --git a/doc/api/wasi.md b/doc/api/wasi.md
index a57b85bb0d3c6d..ac395b70894c99 100644
--- a/doc/api/wasi.md
+++ b/doc/api/wasi.md
@@ -121,7 +121,7 @@ added:
- v13.3.0
- v12.16.0
changes:
- - version: REPLACEME
+ - version: v19.8.0
pr-url: https://github.com/nodejs/node/pull/46469
description: version field added to options.
-->
@@ -152,7 +152,7 @@ changes:
### `wasi.getImportObject()`
Return an import object that can be passed to `WebAssembly.instantiate()` if
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 674424f6f0bf90..ea11b8f45956a4 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -906,7 +906,7 @@ if (isMainThread) {
|