CB-7571 Updated version and RELEASENOTES.md for release 0.2.10
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e8a4cb2..673d15c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -87,3 +87,11 @@
 * CB-6127 Updated translations for docs
 * android: Explicitly apply default theme to dialogs
 * Fix Beep exception on Android when no argument passed
+
+### 0.2.10 (Sep 17, 2014)
+* CB-7538 Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep was occurring.  Closing pull request
+* Set dialog text dir to locale
+* Renamed test dir, added nested plugin.xml
+* added documentation for manual tests
+* CB-6965 Added manual tests
+* CB-6965 Port notification tests to test-framework
diff --git a/plugin.xml b/plugin.xml
index d3c2f35..3aa2134 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.10-dev">
+      version="0.2.10">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 16f8b46..dec5276 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.dialogs.tests"
-    version="0.2.9-dev">
+    version="0.2.10">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>