diff --git a/CHANGELOG.md b/CHANGELOG.md
index f170eb2c8b1d5c..eef8f8d8291599 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,7 +33,8 @@ release.
-16.1.0
+16.2.0
+16.1.0
16.0.0
|
diff --git a/doc/api/cli.md b/doc/api/cli.md
index da3a5fd8764686..65d00c2befb6cd 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1672,7 +1672,7 @@ may cause them to trust the same CAs as node.
added: v0.0.1
changes:
- version:
- - REPLACEME
+ - v16.2.0
pr-url: https://github.com/nodejs/node/pull/38642
description:
Changing the TZ variable using process.env.TZ = changes the timezone
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 3ff3c5c1797332..6698188c1305cc 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -717,12 +717,12 @@ STDERR/STDOUT, and the data's length is longer than the `maxBuffer` option.
### `ERR_CLOSED_MESSAGE_PORT`
diff --git a/doc/api/esm.md b/doc/api/esm.md
index f9787129db4337..a25a13806d787a 100644
--- a/doc/api/esm.md
+++ b/doc/api/esm.md
@@ -285,7 +285,7 @@ added:
- v13.9.0
- v12.16.2
changes:
- - version: REPLACEME
+ - version: v16.2.0
pr-url: https://github.com/nodejs/node/pull/38587
description: Add support for WHATWG `URL` object to `parentURL` parameter.
-->
diff --git a/doc/api/process.md b/doc/api/process.md
index 0e852dcb100acc..9cbcd0d5ac69eb 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -459,7 +459,7 @@ The `*-deprecation` command-line flags only affect warnings that use the name
### Event: `'worker'`
* `worker` {Worker} The {Worker} that was created.
diff --git a/doc/api/util.md b/doc/api/util.md
index 93042b3d5ff58e..321f3c34616243 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -1485,7 +1485,7 @@ util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true
### `util.types.isCryptoKey(value)`
* `value` {Object}
@@ -1690,7 +1690,7 @@ util.types.isInt32Array(new Float64Array()); // Returns false
### `util.types.isKeyObject(value)`
* `value` {Object}
diff --git a/doc/changelogs/CHANGELOG_V16.md b/doc/changelogs/CHANGELOG_V16.md
index 08ce83663289d5..2fb557c8958dea 100644
--- a/doc/changelogs/CHANGELOG_V16.md
+++ b/doc/changelogs/CHANGELOG_V16.md
@@ -10,6 +10,7 @@
|