CB-12358 Updated version and RELEASENOTES.md for release 6.5.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f0fba0c..b4b54e9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Cordova-cli Release Notes
 
+### 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`
+
 ### 6.4.0 (Oct 21, 2016)
 * [CB-12039](https://issues.apache.org/jira/browse/CB-12039) updated `cordova-lib` to `6.4.0`
 * [CB-11976](https://issues.apache.org/jira/browse/CB-11976) Updated `package.json` engine key
diff --git a/package.json b/package.json
index 0c02e53..ddf68d0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "6.4.1-dev",
+  "version": "6.5.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,8 +30,8 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-common": "1.5.x",
-    "cordova-lib": "6.4.0",
+    "cordova-common": "2.0.0",
+    "cordova-lib": "6.5.0",
     "insight": "~0.8.2",
     "nopt": "3.0.1",
     "q": "1.0.1",