CB-6452 Updated version and RELEASENOTES.md for release 0.2.7
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f0b6db2..aed8d0b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -57,3 +57,11 @@
 ### 0.2.6 (Feb 05, 2014)
 * no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
 * FFOS description added
+
+### 0.2.7 (Apr 17, 2014)
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6411: [BlackBerry10] Work around Audio playback issue
+* CB-6411: [BlackBerry10] Updates to beep
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* Add NOTICE file
diff --git a/plugin.xml b/plugin.xml
index a005a61..a741997 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.dialogs"
-      version="0.2.7-dev">
+      version="0.2.7">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>