diff --git a/CHANGELOG.md b/CHANGELOG.md
index 223e855578b550..09e83dd53085ef 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -38,7 +38,8 @@ release.
-22.6.0
+22.7.0
+22.6.0
22.5.1
22.5.0
22.4.1
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 187ac88338faea..dc253cf45a20c2 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -879,7 +879,7 @@ It is possible to run code containing inline types by passing
### `--experimental-async-context-frame`
> Stability: 1 - Experimental
@@ -1585,7 +1585,7 @@ added:
- v20.10.0
changes:
- version:
- - REPLACEME
+ - v22.7.0
pr-url: https://github.com/nodejs/node/pull/53619
description: Syntax detection is enabled by default.
-->
diff --git a/doc/api/inspector.md b/doc/api/inspector.md
index 0d8b46f701e9f1..2d8bf185de0971 100644
--- a/doc/api/inspector.md
+++ b/doc/api/inspector.md
@@ -561,7 +561,7 @@ HTTP request has finished loading.
> Stability: 1 - Experimental
diff --git a/doc/api/packages.md b/doc/api/packages.md
index 4316420620a224..9e55b053e75993 100644
--- a/doc/api/packages.md
+++ b/doc/api/packages.md
@@ -123,7 +123,7 @@ added:
- v20.10.0
changes:
- version:
- - REPLACEME
+ - v22.7.0
pr-url: https://github.com/nodejs/node/pull/53619
description: Syntax detection is enabled by default.
-->
diff --git a/doc/api/process.md b/doc/api/process.md
index b08bfeaf1e497c..461a0e4f59fafb 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -2700,7 +2700,7 @@ console.log(memoryUsage.rss());
|