CB-9192 Updated version and RELEASENOTES.md for release 1.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fe2dd8f..b89e583 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -193,3 +193,21 @@
 * CB-8933 Increased download and upload test timeout
 * CB-6313 **wp8**: Extra boundary in upload
 * CB-8761 **wp8**: Copy cookies from WebBrowser
+
+### 1.2.0 (Jun 17, 2015)
+* CB-9128 cordova-plugin-file-transfer documentation translation: cordova-plugin-file-transfer
+* CB-6503: Null pointer check for headers in upload (This closes #27)
+* CB-6503: Allow payload content-types other than multipart/form-data to be used for upload
+* Fix NoSuchMethodException looking up cookies.
+* fix npm md issue
+* CB-8951 (wp8) Handle exceptions in download() and upload() again
+* [wp8] Relaxed engine version requirement, using reflection to see if methods are available
+* Check for the existence of Json.net assembly to determin how we deserialize our headers.
+* relax engine requirement to allow -dev versions
+* Remove verbose console log messages
+* fix bad commit (mine) for cordova-wp8@4.0.0 engine req
+* bump required cordova-wp8 version to 4.0.0
+* This closes #80, This closes #12
+* fix failing test resulting from overlapping async calls
+* CB-8721 Fixes incorrect headers and upload params parsing on wp8
+* Replace all slashes in windows path
diff --git a/package.json b/package.json
index 589eab3..c73b8ab 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.1.1-dev",
+  "version": "1.2.0",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",
diff --git a/plugin.xml b/plugin.xml
index f2c39ed..8b54bec 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-transfer"
-    version="1.2.1-dev">
+    version="1.2.0">
     <name>File Transfer</name>
     <description>Cordova File Transfer Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4fffc0f..d09a366 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-file-transfer-tests"
-    version="1.1.1-dev">
+    version="1.2.0">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>