diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec32e0e47c4eef..5767b5f5874be4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,7 +37,8 @@ release.
-20.0.0
+20.1.0
+20.0.0
|
19.9.0
diff --git a/doc/api/assert.md b/doc/api/assert.md
index d0ef28e367f4f0..c764ff29034eb5 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -222,7 +222,7 @@ added:
- v14.2.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47740
description: the `assert.CallTracker` class has been deprecated and will be
removed in a future version.
diff --git a/doc/api/cli.md b/doc/api/cli.md
index b1d6d8a0f9317c..8e26ae16ae6233 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -625,7 +625,7 @@ added:
- v19.7.0
- v18.15.0
changes:
- - version: REPLACEME
+ - version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47686
description: This option can be used with `--test`.
-->
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index d8e068d7f118db..a01cfdf80cfe1b 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3364,7 +3364,7 @@ be added when a function is bound to an `AsyncResource`.
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 2bb997bb0a2b4e..d04dbd4a3768ef 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -795,7 +795,7 @@ dns orders in workers.
## `dns.getDefaultResultOrder()`
Get the default value for `verbatim` in [`dns.lookup()`][] and
@@ -1366,7 +1366,7 @@ default dns orders in workers.
### `dnsPromises.getDefaultResultOrder()`
Get the value of `dnsOrder`.
diff --git a/doc/api/fs.md b/doc/api/fs.md
index a4efd37018c413..4c8b736be6359c 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -966,7 +966,7 @@ try {
* {string}
diff --git a/doc/api/http.md b/doc/api/http.md
index 30ce1ae3f43671..9493c6a269c263 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -3192,7 +3192,7 @@ Found'`.
@@ -1508,7 +1508,7 @@ added:
- v18.0.0
- v16.17.0
changes:
- - version: REPLACEME
+ - version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47586
description: The `before` function was added to TestContext.
-->
@@ -1520,7 +1520,7 @@ exposed as part of the API.
### `context.before([fn][, options])`
* `fn` {Function|AsyncFunction} The hook function. The first argument
diff --git a/doc/api/wasi.md b/doc/api/wasi.md
index a4171c4a6ddf81..4f84fd06b30029 100644
--- a/doc/api/wasi.md
+++ b/doc/api/wasi.md
@@ -118,7 +118,7 @@ added:
- v13.3.0
- v12.16.0
changes:
- - version: REPLACEME
+ - version: v20.1.0
pr-url: https://github.com/nodejs/node/pull/47390
description: default value of returnOnExit changed to true.
- version: v20.0.0
diff --git a/doc/changelogs/CHANGELOG_V20.md b/doc/changelogs/CHANGELOG_V20.md
index 833a337914d4cc..da4079555e8746 100644
--- a/doc/changelogs/CHANGELOG_V20.md
+++ b/doc/changelogs/CHANGELOG_V20.md
@@ -8,7 +8,8 @@
|