diff --git a/CHANGELOG.md b/CHANGELOG.md
index c3b39fa78ab0d6..656e193ec50399 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,8 @@ release.
-8.7.0
+8.8.0
+8.7.0
8.6.0
8.5.0
8.4.0
diff --git a/doc/api/child_process.md b/doc/api/child_process.md
index 3e7413c071215a..37460c80fd6fd8 100755
--- a/doc/api/child_process.md
+++ b/doc/api/child_process.md
@@ -128,7 +128,7 @@ exec('"my script.cmd" a b', (err, stdout, stderr) => {
@@ -244,7 +244,7 @@ lsExample();
@@ -375,7 +375,7 @@ supported by `child_process.fork()` and will be ignored if set.
Enables runtime checks for `async_hooks`. These can also be enabled dynamically
@@ -442,7 +442,7 @@ When set to `1`, process warnings are silenced.
### `NODE_NO_HTTP2=1`
When set to `1`, the `http2` module is suppressed.
diff --git a/doc/api/domain.md b/doc/api/domain.md
index e7d0166348b3c9..4c9136aea62cad 100644
--- a/doc/api/domain.md
+++ b/doc/api/domain.md
@@ -1,8 +1,7 @@
# Domain
|