diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fa0f68c8a02c6..e8d999d563d24b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
-11.1.0
+11.2.0
+11.1.0
11.0.0
|
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index f592f36e241f6c..579d4d9f54f941 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1379,7 +1379,7 @@ Adversaries][] for details.
* {boolean}
@@ -845,7 +845,7 @@ argument to [`fs.createWriteStream()`][]. If `path` is passed as a string, then
### writeStream.pending
* {boolean}
diff --git a/doc/api/http2.md b/doc/api/http2.md
index 25fc0972244a98..f0147504b32129 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1014,7 +1014,7 @@ the `'aborted'` event will have been emitted.
#### http2stream.bufferSize
* {number}
diff --git a/doc/api/net.md b/doc/api/net.md
index 2ce807ec774f6e..b925245e7a338b 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -726,7 +726,7 @@ Useful to throttle back an upload.
### socket.pending
* {boolean}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 8d317191091207..d5cabbc57eaad5 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1493,7 +1493,7 @@ changes:
pr-url: https://github.com/nodejs/node/pull/18438
description: >
Add `emitClose` option to specify if `'close'` is emitted on destroy
- - version: REPLACEME
+ - version: v11.2.0
pr-url: https://github.com/nodejs/node/pull/22795
description: >
Add `autoDestroy` option to automatically `destroy()` the stream
@@ -1765,7 +1765,7 @@ constructor and implement the `readable._read()` method.
#### new stream.Readable([options])
* Returns: {Object}
diff --git a/doc/changelogs/CHANGELOG_V11.md b/doc/changelogs/CHANGELOG_V11.md
index e16ea1b0ad2543..afd930d13b476b 100644
--- a/doc/changelogs/CHANGELOG_V11.md
+++ b/doc/changelogs/CHANGELOG_V11.md
@@ -9,6 +9,7 @@
|