Updated version and RELEASENOTES.md for release 1.5.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 86c5d8b..19591b1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Release Notes
                                               
+### 1.5.1 (Apr 15, 2016)
+* CB-10536 Removing flaky test assertions about abort callback latency
+* Removing the expectation in `spec.34` for the transfer method to be called.
+* CB-10978 Fix `file-transfer.tests` JSHint issues
+* CB-10782 Occasional failure in file transfer tests causing mobilespec crash
+* CB-10771 Fixing failure when empty string passed as a value for option parameter in upload function
+* CB-10636 Add `JSHint` for plugins
+
 ### 1.5.0 (Jan 15, 2016)
 * CB-10208 Fix `file-transfer` multipart form data upload format on **Windows**
 * CB-9837 Add data `URI` support to `file-transfer` upload on **iOS**
diff --git a/package.json b/package.json
index bc9f674..82000be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-file-transfer",
-  "version": "1.5.1-dev",
+  "version": "1.5.1",
   "description": "Cordova File Transfer Plugin",
   "cordova": {
     "id": "cordova-plugin-file-transfer",
diff --git a/plugin.xml b/plugin.xml
index b7cd6fe..a855288 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.5.1-dev">
+    version="1.5.1">
     <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 9cb77c9..e5ac9e7 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.5.1-dev">
+    version="1.5.1">
     <name>Cordova File Transfer Plugin Tests</name>
     <license>Apache 2.0</license>