CB-7988 Updated version and RELEASENOTES.md for release 4.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c53572e..c63016d 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,18 +20,22 @@
 -->
 # Cordova-cli Release Notes
 
+### 4.0.1 (Nov 7, 2014)
+* Expose cordova-lib and the cli from cordova-cli
+* CB-7636 Allow using --nobuild flag without screaning
+
 ### 4.0.0 (Oct 10, 2014)
-* Made version semver complient and bumped to 4.0.0 
+* Made version semver complient and bumped to 4.0.0
 * Pinned dependencies
 * added missing AL header
 
-### 3.6.1-0.2.13 
+### 3.6.1-0.2.13
 * update shrinkwrap
 
 ### 3.6.1-0.2.12
 * CB-7383 depend on a newer version of cordova-lib
 
-### 3.6.1-0.2.11 
+### 3.6.1-0.2.11
 * bump version to 3.6.3-0.2.11
 
 ### 3.6.1-0.2.10 (Sep 05, 2014)
diff --git a/package.json b/package.json
index 1e10380..474ff33 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "4.0.1-dev",
+  "version": "4.0.1",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -28,7 +28,7 @@
     "cli"
   ],
   "dependencies": {
-    "cordova-lib": "4.0.0",
+    "cordova-lib": "4.0.1",
     "q": "1.0.1",
     "nopt": "3.0.1",
     "underscore":"1.7.0"