diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5c5bccf8..9fd2bf6f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+
+
+# 14.0.0-rc.0 (2022-05-11)
+
+
+
# 14.0.0-next.0 (2022-05-05)
diff --git a/package.json b/package.json
index 774f5a285..7b6612782 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
- "version": "14.0.0-next.0",
+ "version": "14.0.0-rc.0",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",