diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a941ec57aed64..aa6eab593b2f6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,8 @@ release.
-11.10.1
+11.11.0
+11.10.1
11.10.0
11.9.0
11.8.0
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 53d3d07f3af5da..1c26df5ba63667 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -1530,7 +1530,7 @@ structure, in most cases using a `TypedArray` will suffice.
#### napi_create_date
@@ -2175,7 +2175,7 @@ This API returns various properties of a `DataView`.
#### napi_get_date_value
@@ -2784,7 +2784,7 @@ This API checks if the `Object` passed in is a buffer.
### napi_is_date
diff --git a/doc/api/util.md b/doc/api/util.md
index a713d3a402e372..31028c42ea43a7 100644
--- a/doc/api/util.md
+++ b/doc/api/util.md
@@ -375,7 +375,7 @@ stream.write('With ES6');
|