CB-11832 Updated version and RELEASENOTES.md for release 1.0.4
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c62efb4..2111ba6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,9 +20,16 @@
 -->
 # Release Notes
 
+### 1.0.4 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' entry to cordovaDependencies
+* Add badges for paramedic builds on Jenkins
+* Add pull request template.
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front matter to README.md
+* Removed ios quirk code + documentation
+
 ### 1.0.3 (Apr 15, 2016)
 * Remove `warning` emoji, as it doesn't correctly display in the docs website: http://cordova.apache.org/docs/en/dev/cordova-plugin-device-orientation/index.html
-* CB-10636 Add `JSHint` for plugins
+* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add `JSHint` for plugins
 
 ### 1.0.2 (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 86eaac2..47ca336 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-device-orientation",
-  "version": "1.0.4-dev",
+  "version": "1.0.4",
   "description": "Cordova Device Orientation Plugin",
   "cordova": {
     "id": "cordova-plugin-device-orientation",
diff --git a/plugin.xml b/plugin.xml
index eba277a..52947f9 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-device-orientation"
-    version="1.0.4-dev">
+    version="1.0.4">
 
     <name>Device Orientation</name>
     <description>Cordova Device Orientation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index d193bd6..d9a38e0 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-device-orientation-tests"
-    version="1.0.4-dev">
+    version="1.0.4">
     <name>Cordova Device Orientation Plugin Tests</name>
     <license>Apache 2.0</license>