CB-6877 Updated version and RELEASENOTES.md for release 0.2.11
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 30f2c2f..fcad892 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -82,3 +82,16 @@
 * CB-6212: [iOS] fix warnings compiled under arm64 64-bit
 * CB-6460: Update license headers
 * Add NOTICE file
+
+### 0.2.11 (Jun 05, 2014)
+* CB-6127 Spanish and French Translations added. Github close #25
+* Remove deprecated symbols for iOS < 6
+* CB-6797 Add license
+* [wp8] now pupulates contact photos
+* Update license headers format
+* Add pickContact functionality to cordova contacts plugin
+* CB-5416 - Adding support for auto-managing permissions
+* CB-6682 move windows8 command proxy into it's missing platform tag. This closes #30
+* Add ContactError codes to index.md doc (closes #28)
+* CB-6491 add CONTRIBUTING.md
+* Docs typo: navigator.contacts.length -> contacts.length
diff --git a/plugin.xml b/plugin.xml
index d678f15..660f3c4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.contacts"
-    version="0.2.11-dev">
+    version="0.2.11">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>