diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90f53e802..f7492b3a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [4.0.0-rc.2](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-02-03)
+
+
+### Bug Fixes
+
+* **Auth:** register vuex store before all watchers ([006650f](https://github.com/nuxt-community/auth-module/commit/006650f))
+
+
+
# [4.0.0-rc.1](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-02-03)
diff --git a/package.json b/package.json
index e2a371402..d1b90f4fd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/auth",
- "version": "4.0.0-rc.1",
+ "version": "4.0.0-rc.2",
"description": "Authentication module for Nuxt.js",
"license": "MIT",
"contributors": [