CB-12747 Updated version and RELEASENOTES.md for release 7.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b4b54e9..edc89ce 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Cordova-cli Release Notes
 
+### 7.0.0 (May 02, 2017)
+* [CB-12570](https://issues.apache.org/jira/browse/CB-12570): `cordova-fetch` is true by default. Use `--nofetch` flag to fetch platforms and plugins using old fetching logic.
+* [CB-12665](https://issues.apache.org/jira/browse/CB-12665): removed `engineStrict` as it is no longer supported
+* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added `edit` and `ls` to `cordova config`
+* [CB-11982](https://issues.apache.org/jira/browse/CB-11982): added new `cordova config  command that `sets`, `gets`, and `deletes` global enviroment variables.
+* [CB-12008](https://issues.apache.org/jira/browse/CB-12008): updated docs to reflect new autosave changes and removed variables missed due to rebase
+* [CB-12008](https://issues.apache.org/jira/browse/CB-12008): made autosave the default for platform and plugin add/remove
+* [CB-11977](https://issues.apache.org/jira/browse/CB-11977): removed support for `node 0.x`
+
 ### 6.5.0 (Jan 17, 2017)
 * [CB-12018](https://issues.apache.org/jira/browse/CB-12018) : updated tests to function with `jasmine` instead of `jasmine-node`
 
diff --git a/package.json b/package.json
index 9b74bbe..e332ff2 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "6.5.1-dev",
+  "version": "7.0.0",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -31,8 +31,8 @@
   ],
   "dependencies": {
     "configstore": "2.1.0",
-    "cordova-common": "2.0.2",
-    "cordova-lib": "6.5.0",
+    "cordova-common": "2.0.3",
+    "cordova-lib": "7.0.0",
     "editor": "1.0.0",
     "insight": "0.8.2",
     "nopt": "3.0.1",