CB-11832 Updated version and RELEASENOTES.md for release 1.4.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 655cc25..824f431 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,16 +20,29 @@
 -->
 # Release Notes
 
+### 1.4.0 (Sep 08, 2016)
+* Add mandatory **iOS 10** privacy description for microphone
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* [CB-11821](https://issues.apache.org/jira/browse/CB-11821) (ios) Add mandatory **iOS 10** privacy description
+* Plugin uses `Android Log class` and not `Cordova LOG class`
+* Add badges for paramedic builds on Jenkins
+* [CB-11396](https://issues.apache.org/jira/browse/CB-11396) - Audio Media Capture Crashes if app stores file on external storage
+* Add pull request template.
+* [CB-11212](https://issues.apache.org/jira/browse/CB-11212) **iOS**: Explicitly set the bundle for images
+* [CB-10554](https://issues.apache.org/jira/browse/CB-10554) Implementing plugin `save/restore` API for Android
+* [CB-11165](https://issues.apache.org/jira/browse/CB-11165) removed peer dependency
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+
 ### 1.3.0 (Apr 15, 2016)
 * Replace `PermissionHelper.java` with `cordova-plugin-compat`
-* CB-10670, CB-10994 **Android**, Marshmallow permissions
-* CB-10720: Fixing README for display on Cordova website
-* CB-10636 Add `JSHint` for plugins
-* CB-10690 **windows**, fix crash when user cancels/closes photo app
+* CB-10670, [CB-10994](https://issues.apache.org/jira/browse/CB-10994) **Android**, Marshmallow permissions
+* [CB-10720](https://issues.apache.org/jira/browse/CB-10720) Fixing README for display on Cordova website
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
+* [CB-10690](https://issues.apache.org/jira/browse/CB-10690) **windows**, fix crash when user cancels/closes photo app
 
 ### 1.2.0 (Jan 15, 2016)
-* CB-10100 updated file dependency to not grab new majors
-* CB-8863 Fix block usage of self
+* [CB-10100](https://issues.apache.org/jira/browse/CB-10100) updated file dependency to not grab new majors
+* [CB-8863](https://issues.apache.org/jira/browse/CB-8863) Fix block usage of self
 
 ### 1.1.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
diff --git a/package.json b/package.json
index d1ebd3f..819308f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media-capture",
-  "version": "1.3.1-dev",
+  "version": "1.4.0",
   "description": "Cordova Media Capture Plugin",
   "cordova": {
     "id": "cordova-plugin-media-capture",
diff --git a/plugin.xml b/plugin.xml
index 1ef8c3c..53a9a58 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:android="http://schemas.android.com/apk/res/android"
 xmlns:rim="http://www.blackberry.com/ns/widgets"
            id="cordova-plugin-media-capture"
-      version="1.3.1-dev">
+      version="1.4.0">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ea7f5ba..c5481b3 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-media-capture-tests"
-    version="1.3.1-dev">
+    version="1.4.0">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>