CB-8429 Updated version and RELEASENOTES.md for release 0.3.6
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 011053c..c48c154 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -103,3 +103,9 @@
 ### 0.3.5 (Dec 02, 2014)
 * CB-7597 - `Localizable.strings` for Media Capture are in the default template, it should be in the plugin
 * CB-7700 cordova-plugin-media-capture documentation translation: cordova-plugin-media-capture
+
+### 0.3.6 (Feb 04, 2015)
+* CB-8351 ios: Use inline copies of deprecated CDV_IsIpad and CDV_IsIphone5
+* CB-8351 ios: Stop using (newly) deprecated CDVJSON.h
+* CB-8351 ios: Use argumentForIndex rather than NSArray extension
+* CB-7977 Mention deviceready in plugin docs
diff --git a/plugin.xml b/plugin.xml
index 00e9577..f73ee08 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="org.apache.cordova.media-capture"
-      version="0.3.6-dev">
+      version="0.3.6">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 28ac4ce..23d1b99 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="org.apache.cordova.media-capture.tests"
-    version="0.3.6-dev">
+    version="0.3.6">
     <name>Cordova Media Capture Plugin Tests</name>
     <license>Apache 2.0</license>