diff --git a/CHANGELOG.md b/CHANGELOG.md
index c17d8e4b7704df..bf17b8333f6d41 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
-12.8.1
+12.9.0
+12.8.1
12.8.0
12.7.0
12.6.0
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index e0b736fe2f284c..9dadac3946447d 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2307,7 +2307,7 @@ An array of supported digest functions can be retrieved using
* `fd` {integer}
@@ -3898,7 +3898,7 @@ the end of the file.
## fs.writevSync(fd, buffers[, position])
* `fd` {integer}
@@ -4276,7 +4276,7 @@ beginning of the file.
#### filehandle.writev(buffers[, position])
* `buffers` {ArrayBufferView[]}
diff --git a/doc/api/http.md b/doc/api/http.md
index c2ec3a7fd03770..169d3ec727a8eb 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -769,7 +769,7 @@ req.once('response', (res) => {
### request.writableEnded
* {boolean}
@@ -1465,7 +1465,7 @@ status message which was sent out.
### response.writableEnded
* {boolean}
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 4dac23b0395a3a..e8b505bfcf9c1a 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -3261,7 +3261,7 @@ The [`Http2Stream`][] object backing the response.
#### response.writableEnded
* {boolean}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index d670c7bc6fe381..232ff53db130e7 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -496,7 +496,7 @@ Is `true` if it is safe to call [`writable.write()`][stream-write].
##### writable.writableEnded
* {boolean}
@@ -1131,7 +1131,7 @@ property can be set using the [`readable.setEncoding()`][] method.
##### readable.readableEnded
* {boolean}
diff --git a/doc/api/tls.md b/doc/api/tls.md
index b99ac6e4069f8d..6ade19468466ea 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1177,7 +1177,7 @@ being issued by trusted CA (`options.ca`).
|