diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4d1bcd410cdaf..7f9e24f60a6e29 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -35,7 +35,8 @@ release.
-18.1.0
+18.2.0
+18.1.0
18.0.0
|
diff --git a/doc/api/fs.md b/doc/api/fs.md
index c27e1868351fd0..f0ec0a31b98fa4 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -420,7 +420,7 @@ number of bytes read is zero.
#### `filehandle.read(buffer[, options])`
* `buffer` {Buffer|TypedArray|DataView} A buffer that will be filled with the
@@ -3273,7 +3273,7 @@ above values.
### `fs.read(fd, buffer[, options], callback)`
* `fd` {integer}
diff --git a/doc/api/http.md b/doc/api/http.md
index fd15d16074a45c..4db19017ceefdc 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1456,7 +1456,7 @@ Stops the server from accepting new connections. See [`net.Server.close()`][].
### `server.closeAllConnections()`
Closes all connections connected to this server.
@@ -1464,7 +1464,7 @@ Closes all connections connected to this server.
### `server.closeIdleConnections()`
Closes all connections connected to this server which are not sending a request
diff --git a/doc/api/https.md b/doc/api/https.md
index 67f667c1ed8c5a..5814cbee363be5 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -138,7 +138,7 @@ See [`http.Server.close()`][].
### `server.closeAllConnections()`
See [`http.Server.closeAllConnections()`][].
@@ -146,7 +146,7 @@ See [`http.Server.closeAllConnections()`][].
### `server.closeIdleConnections()`
See [`http.Server.closeIdleConnections()`][].
diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md
index b4c88ef22c2823..6cae9ca386a7e3 100644
--- a/doc/changelogs/CHANGELOG_V18.md
+++ b/doc/changelogs/CHANGELOG_V18.md
@@ -8,6 +8,7 @@
|