CB-8256 Updated version and RELEASENOTES.md for release 4.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 57f1861..019953e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Cordova-cli Release Notes
 
+
+### 4.2.0 (Jan 06, 2015)
+* CB-6756 use cordova_lib.binname instead of cordova
+* Fixed jshint issues with cli.js (close #199)
+* CB-8211 Add --link option to `cordova plugin add` (close #191)
+* CB-8129 Adds 'npm run cover' command to generate tests coverage report
+* searchpath option is added to restore
+
 ### 4.1.2 (Nov 13, 2014)
 * Expose cordova-lib and the cli from cordova-cli
 * CB-7636 Allow using --nobuild flag without screaning
@@ -399,3 +407,4 @@
 
 - Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
 - (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
+
diff --git a/package.json b/package.json
index 61c0e17..ecef0a3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.1.3-dev",
+  "version": "4.2.0",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -29,7 +29,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "4.1.2",
+    "cordova-lib": "4.2.0",
     "q": "1.0.1",
     "nopt": "3.0.1",
     "underscore":"1.7.0"