diff --git a/Changelog.md b/Changelog.md
index ac5de572..c878f9fd 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,11 @@
+
+# [2.0.0-rc1](https://github.com/luin/ioredis/compare/v2.0.0-alpha3...v2.0.0-rc1) (2016-03-18)
+
+### Features
+
+* **dependencies**: upgrade all dependencies to the newest version ([3fdafc8](https://github.com/luin/ioredis/commit/3fdafc8)).
+
+
# [2.0.0-alpha3](https://github.com/luin/ioredis/compare/v2.0.0-alpha2...v2.0.0-alpha3) (2016-03-13)
diff --git a/package.json b/package.json
index 7b3a6c24..c6c199cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ioredis",
- "version": "2.0.0-alpha3",
+ "version": "2.0.0-rc1",
"description": "A delightful, performance-focused Redis client for Node and io.js",
"main": "index.js",
"scripts": {