diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a89aa5d1bd1b5..1808b0bcc69a14 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 f870a5be98d7fe..f77f4213beb5fb 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2144,8 +2144,8 @@ request. @@ -2198,8 +2198,8 @@ crypto.scrypt('secret', 'salt', 64, { N: 1024 }, (err, derivedKey) => { diff --git a/doc/api/http.md b/doc/api/http.md index 0b1340556bb304..1ef5bbb0fe0204 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1802,7 +1802,7 @@ added to the [`'request'`][] event.