CB-5719 Updated version and RELEASENOTES.md for release 0.2.6
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e1e400b..4eff9e2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -49,3 +49,8 @@
 * Added amazon-fireos platform. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'
 * CB-5291 - ios - Media Capture Audio - status bar issues under iOS 7
 * CB-5275: CaptureImage and CaptureVideo have runnables and CaptureVideo works on 4.2.  Still doesn't work for 4.3
+
+### 0.2.6 (Jan 02, 2014)
+* CB-5658 Add doc/index.md for Media Capture plugin
+* CB-5569 Windows8. MediaFile constructor does not exist
+* CB-5517 Fix the audio capture IO exception by putting it in a runnable
diff --git a/plugin.xml b/plugin.xml
index 59172e0..a15737e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="org.apache.cordova.media-capture"
-      version="0.2.6-dev">
+      version="0.2.6">
     <name>Capture</name>
 
     <description>Cordova Media Capture Plugin</description>