diff --git a/CHANGELOG.md b/CHANGELOG.md
index af73f1f6e..364d8bc86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,24 @@
+
+# [2.0.0-beta.7](https://github.com/angular/angularfire2/compare/2.0.0-beta.6...v2.0.0-beta.7) (2017-01-13)
+
+
+### Bug Fixes
+
+* **aot:** Remove AuthBackend param for AOT support ([f875360](https://github.com/angular/angularfire2/commit/f875360))
+* **auth_backend:** Update logout method to return a promise ([169ce64](https://github.com/angular/angularfire2/commit/169ce64)), closes [#583](https://github.com/angular/angularfire2/issues/583)
+* **config:** Add messagingSenderId to FirebaseAppConfig ([9c84869](https://github.com/angular/angularfire2/commit/9c84869))
+* **database:** Allow null values for equalTo, etc. ([70a3e94](https://github.com/angular/angularfire2/commit/70a3e94)), closes [#704](https://github.com/angular/angularfire2/issues/704)
+* **database:** Removed unused query option ([9cbc59b](https://github.com/angular/angularfire2/commit/9cbc59b)), closes [#706](https://github.com/angular/angularfire2/issues/706)
+* **list:** Fix FirebaseListObservable emit as array bug [#574](https://github.com/angular/angularfire2/issues/574) ([ce3de04](https://github.com/angular/angularfire2/commit/ce3de04))
+* **module:** Conditionally pass app name ([8427009](https://github.com/angular/angularfire2/commit/8427009))
+
+
+### Features
+
+* **module:** Add a custom FirebaseApp name ([73a3e26](https://github.com/angular/angularfire2/commit/73a3e26))
+
+
+
# [2.0.0-beta.6-preview](https://github.com/angular/angularfire2/compare/2.0.0-beta.5...v2.0.0-beta.6-preview) (2016-11-02)
diff --git a/package.json b/package.json
index fb1fdad88..433698e6c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "angularfire2",
- "version": "2.0.0-beta.7.1-pre",
+ "version": "2.0.0-beta.7",
"description": "",
"main": "bundles/angularfire2.umd.js",
"module": "index.js",
diff --git a/publish.sh b/publish.sh
index ba4565457..d11fb3bc1 100755
--- a/publish.sh
+++ b/publish.sh
@@ -1,6 +1,6 @@
# To publish angularfire2 to npm, run the following steps
# Edit the version in package.json
-# Run npm changelog to generate the new changelog (and check the changelog)
+# Run `npm run changelog`` to generate the new changelog (and check the changelog)
# git commit the changelog and package.json changes
# git tag
# git push && git push