diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01427cc73bf993..4cd6fceaddbfcd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,7 +31,8 @@ release.
-14.0.0
+14.1.0
+14.0.0
|
13.12.0
diff --git a/doc/api/assert.md b/doc/api/assert.md
index 9baccfeaa7f9dd..da34969f504c7c 100644
--- a/doc/api/assert.md
+++ b/doc/api/assert.md
@@ -151,7 +151,7 @@ try {
### `new assert.CallTracker()`
Creates a new [`CallTracker`][] object which can be used to track if functions
@@ -180,7 +180,7 @@ process.on('exit', () => {
### `tracker.calls([fn][, exact])`
* `fn` {Function} **Default** A no-op function.
@@ -207,7 +207,7 @@ const callsfunc = tracker.calls(func);
### `tracker.report()`
* Returns: {Array} of objects containing information about the wrapper functions
@@ -253,7 +253,7 @@ tracker.report();
### `tracker.verify()`
Iterates through the list of functions passed to
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 0662e32295933f..47e7c2236a3252 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2655,7 +2655,7 @@ API.
### DEP0XXX: Use `request.destroy()` instead of `request.abort()`
diff --git a/doc/api/http.md b/doc/api/http.md
index 7f097b0bc3a7f4..e06516c4f9230d 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -568,7 +568,7 @@ server.listen(1337, '127.0.0.1', () => {
### `request.abort()`
Marks the request as aborting. Calling this will cause remaining data
@@ -640,7 +640,7 @@ See [`writable.destroy()`][] for further details.
#### `request.destroyed`
* {boolean}
diff --git a/doc/api/https.md b/doc/api/https.md
index 2b19831e9e907c..cc69e876b6b246 100644
--- a/doc/api/https.md
+++ b/doc/api/https.md
@@ -238,7 +238,7 @@ Global instance of [`https.Agent`][] for all HTTPS client requests.
diff --git a/doc/changelogs/CHANGELOG_V14.md b/doc/changelogs/CHANGELOG_V14.md
index c3b6aa0b48d06f..2bd38eddae6a5a 100644
--- a/doc/changelogs/CHANGELOG_V14.md
+++ b/doc/changelogs/CHANGELOG_V14.md
@@ -9,6 +9,7 @@
|