CB-6390: Updated version and RELEASENOTES.md for release 3.5.0-0.2.5
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8a70b5a..b381205 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Cordova-cli Release Notes
 
+### 3.5.0-0.2.5 (June 12, 2014)
+* Update cordova-lib
+* Show full stack for CordovaError in verbose mode
+* CB-6024: Use nopt instead of optimist in cli
+* CB-6859 remove wp7 as platform
+* Add --usenpm flag to activate npm based lazy_load
+* CB-6813 Add license to CONTRIBUTING.md
+* CB-6767 Allow `cordova` to be replacable
+* CLI docs for save and restore plugins
+* CLI implementation for the save and restore plugins
+* Add --noregstry flag for disabling plugin lookup in the registry
+
 ### 3.5.0-0.2.4 (May 14, 2014)
 * CB-5941 Update link to hooks-README.md file from README.md
 * Fix cordova help
diff --git a/package.json b/package.json
index b5f8740..65386ee 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.5.0-0.2.5-dev",
+  "version": "3.5.0-0.2.5",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",