CB-6452 Updated version and RELEASENOTES.md for release 0.2.7
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 311e1e4..07a092c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -40,3 +40,10 @@
 
 ### 0.2.6 (Feb 05, 2014)
 * Add Tizen plugin support
+
+### 0.2.7 (Apr 17, 2014)
+* CB-4908: [android] Long.valueOf(0) instead of new Long(0)
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6460: Update license headers
+* CB-6465: Add license headers to Tizen code
+* Add NOTICE file
diff --git a/plugin.xml b/plugin.xml
index 797b198..831277f 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.globalization"
-      version="0.2.7-dev">
+      version="0.2.7">
     <name>Globalization</name>
     <description>Cordova Globalization Plugin</description>
     <license>Apache 2.0</license>