diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd0c8b516091ad..625d3b44b114b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
-11.14.0
+11.15.0
+11.14.0
11.13.0
11.12.0
11.11.0
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 3d4a1adb91aee2..f1236a088abd5b 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -445,7 +445,7 @@ with crypto support (default).
### `--tls-max-v1.2`
Set [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.2'. Use to disable support for
@@ -453,7 +453,7 @@ TLSv1.3.
### `--tls-max-v1.3`
Set default [`tls.DEFAULT_MAX_VERSION`][] to 'TLSv1.3'. Use to enable support
@@ -461,7 +461,7 @@ for TLSv1.3.
### `--tls-min-v1.0`
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1'. Use for compatibility with
@@ -469,7 +469,7 @@ old TLS clients or servers.
### `--tls-min-v1.1`
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.1'. Use for compatibility
@@ -477,7 +477,7 @@ with old TLS clients or servers.
### `--tls-min-v1.2`
Set default [`minVersion`][] to `'TLSv1.2'`. Use to disable support for TLSv1
@@ -485,7 +485,7 @@ and TLSv1.1 in favour of TLSv1.2, which is more secure.
### `--tls-min-v1.3`
Set default [`tls.DEFAULT_MIN_VERSION`][] to 'TLSv1.3'. Use to disable support
diff --git a/doc/api/tls.md b/doc/api/tls.md
index 574f5519e71d47..d4a333279d9d56 100644
--- a/doc/api/tls.md
+++ b/doc/api/tls.md
@@ -1256,7 +1256,7 @@ argument.
|