diff --git a/CHANGELOG.md b/CHANGELOG.md
index 78308184b6e8ec..f611e152d0d2d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,9 @@ release.
-11.3.0
+
+11.4.0
+11.3.0
11.2.0
11.1.0
11.0.0
diff --git a/doc/api/dgram.md b/doc/api/dgram.md
index 644dd3b15cae4e..01ec28e63ca4d9 100644
--- a/doc/api/dgram.md
+++ b/doc/api/dgram.md
@@ -601,7 +601,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/13623
description: The `recvBufferSize` and `sendBufferSize` options are
supported now.
- - version: REPLACEME
+ - version: v11.4.0
pr-url: https://github.com/nodejs/node/pull/23798
description: The `ipv6Only` option is supported.
-->
diff --git a/doc/api/errors.md b/doc/api/errors.md
index cad6d8b8555831..a33aff63f50d1a 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1868,7 +1868,7 @@ Creation of a [`zlib`][] object failed due to incorrect configuration.
### HPE_HEADER_OVERFLOW
@@ -2049,7 +2049,7 @@ binary itself.
### ERR_UNKNOWN_STDIN_TYPE
An attempt was made to launch a Node.js process with an unknown `stdin` file
@@ -2060,7 +2060,7 @@ although it is possible for user code to trigger it.
### ERR_UNKNOWN_STREAM_TYPE
An attempt was made to launch a Node.js process with an unknown `stdout` or
diff --git a/doc/api/net.md b/doc/api/net.md
index e634ef4bf30781..4243d68f879b92 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -253,7 +253,7 @@ Listening on a file descriptor is not supported on Windows.
diff --git a/doc/api/readline.md b/doc/api/readline.md
index 17640ae1702619..41e1da0a6aa53d 100644
--- a/doc/api/readline.md
+++ b/doc/api/readline.md
@@ -311,7 +311,7 @@ The `rl.write()` method will write the data to the `readline` `Interface`'s
### rl\[Symbol.asyncIterator\]()
> Stability: 1 - Experimental
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 81f3823f44c5b0..5441cb03724d05 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -465,7 +465,7 @@ See also: [`writable.cork()`][].
##### writable.writable
* {boolean}
@@ -1024,7 +1024,7 @@ been emitted will return `null`. No runtime error will be raised.
##### readable.readable
* {boolean}
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 4481b1ac2c6b7a..89f0021d740111 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -651,7 +651,7 @@ certificate.
#### Certificate Object
@@ -1054,7 +1054,7 @@ argument.
|