diff --git a/CHANGELOG.md b/CHANGELOG.md
index 85b95caba1057a..54764cc3626c6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,7 +31,8 @@ release.
-10.8.0
+10.9.0
+10.8.0
10.7.0
10.6.0
10.5.0
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 8e76f7c6c49da6..db6081b49628bf 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2153,8 +2153,8 @@ request.
@@ -2207,8 +2207,8 @@ crypto.scrypt('secret', 'salt', 64, { N: 1024 }, (err, derivedKey) => {
diff --git a/doc/api/http.md b/doc/api/http.md
index 90a19a7888ab1a..8b1274f06d296e 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -1798,7 +1798,7 @@ added to the [`'request'`][] event.
|