diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7560ea95..847575f5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+
+
+# 16.1.2 (2023-08-04)
+
+| Commit | Type | Description |
+| ------------------------------------------------------------------------------------------------ | -------- | ---------------------- |
+| [192326a8](https://github.com/angular/universal/commit/ccc2f52f9be47b5fb2cddd4d3f57b9a18eb1b0ca) | refactor | build: update critters |
+
+
+
# 16.1.1 (2023-06-28)
diff --git a/package.json b/package.json
index 0fa22a8da..22bc4bd5f 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "nguniversal",
"main": "index.js",
- "version": "16.1.1",
+ "version": "16.1.2",
"private": true,
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",