CB-8110 Updated version and RELEASENOTES.md for release 0.2.11
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4d24b7b..4098177 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -92,3 +92,10 @@
 * register tests using new style
 * update
 * Feature Branch: First attempt at new-style-tests
+
+### 0.2.11 (Dec 02, 2014)
+* CB-8083 Fix `accelerometer` callback on **Windows**
+* Renamed **Windows8** -> **Windows**
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7700 cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion
+* CB-7571 Bump version of nested plugin to match parent plugin
diff --git a/plugin.xml b/plugin.xml
index 7ef96dc..bfa5ffe 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.device-motion"
-      version="0.2.11-dev">
+      version="0.2.11">
 	
     <name>Device Motion</name>
     <description>Cordova Device Motion Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 4579f1d..13085c6 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.device-motion.tests"
-    version="0.2.11-dev">
+    version="0.2.11">
     <name>Cordova Device Motion Plugin Tests</name>
     <license>Apache 2.0</license>