diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1f5af452..a186f8a86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+
+# [7.1.1](https://github.com/angular/angularfire/compare/7.1.0...7.1.1) (2021-10-18)
+
+### Bug Fixes
+
+* **schematics:** Fix ng add on Windows ([#3022](https://github.com/angular/angularfire/issues/3022)) ([6ed7aef](https://github.com/angular/angularfire/commit/6ed7aef)), closes [#3016](https://github.com/angular/angularfire/issues/3016)
+
# [7.1.0](https://github.com/angular/angularfire/compare/7.0.4...7.1.0) (2021-10-08)
diff --git a/package.json b/package.json
index 6fe4ad705..2369aab66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@angular/fire",
- "version": "7.1.0",
+ "version": "7.1.1",
"description": "The official Angular library for Firebase.",
"private": true,
"scripts": {