diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8fb751ff561f7..ec7305dada2b3e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -32,7 +32,8 @@ release.
-15.8.0
+15.9.0
+15.8.0
15.7.0
15.6.0
15.5.1
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 161251a9301c4b..48c0094f9ecf66 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1381,7 +1381,7 @@ keys.
@@ -1844,7 +1844,7 @@ The issuer identification included in this certificate.
### `x509.issuerCertificate`
* Type: {X509Certificate}
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 5e7521ce7c8e36..2d179c89396cc9 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -1191,7 +1191,7 @@ The `atime` and `mtime` arguments follow these rules:
### `fsPromises.watch(filename[, options])`
* `filename` {string|Buffer|URL}
@@ -1699,7 +1699,7 @@ See the POSIX chown(2) documentation for more detail.
> Stability: 1 - Experimental
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index ccdd9e9d2f682d..e7dc8c38ac27a2 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -655,7 +655,7 @@ performance.mark('meow');
## `perf_hooks.createHistogram([options])`
* `options` {Object}
@@ -814,19 +814,19 @@ implement the `enable()` and `disable()` methods.
## Class: `RecordableHistogram extends Histogram`
### `histogram.record(val)`
* `val` {number|bigint} The amount to record in the histogram.
### `histogram.recordDelta()`
Calculates the amount of time (in nanoseconds) that has passed since the
diff --git a/doc/api/timers.md b/doc/api/timers.md
index a6a9f81f507672..55a948ecb58603 100644
--- a/doc/api/timers.md
+++ b/doc/api/timers.md
@@ -365,7 +365,7 @@ added: v15.0.0
### `timersPromises.setInterval([delay[, value[, options]]])`
Returns an async iterator that generates values in an interval of `delay` ms.
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 376c9318fccfc8..6817451d103248 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1150,7 +1150,7 @@ to implement the `tls-unique` channel binding from [RFC 5929][].
### `tlsSocket.getPeerX509Certificate()`
* Returns: {X509Certificate}
@@ -1227,7 +1227,7 @@ See [Session Resumption][] for more information.
### `tlsSocket.getX509Certificate()`
* Returns: {X509Certificate}
diff --git a/doc/api/vm.md b/doc/api/vm.md
index cb97cda7d791c0..824fb598da1bb5 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -813,7 +813,7 @@ const vm = require('vm');
@@ -697,7 +697,7 @@ The {CryptoKey} (secret key) generating algorithms supported include:
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 8661ba117566c9..f113bb2d967805 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -474,7 +474,7 @@ are part of the channel.
|