CB-7244 Updated version and RELEASENOTES.md for release 0.2.9
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 83b1464..e8a4cb2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -78,3 +78,12 @@
 * Added check for isFinishing() on the parent activity to prevent crashes when trying to display dialogs when activity is in this phase of it's lifecycle
 * CB-4966 Dialogs are in window now No need to add anything to manifest or index.html
 * Removing FirefoxOS Quirks * no need to add special permission (it's different API with the same name) * notification.css is added automatically
+
+### 0.2.9 (Aug 06, 2014)
+* ubuntu: pass proper arguments to prompt callback
+* ubuntu: use TextField instead of TextInput
+* ubuntu: proper message escaping before passing to qml
+* **FFOS** update notification.js
+* CB-6127 Updated translations for docs
+* android: Explicitly apply default theme to dialogs
+* Fix Beep exception on Android when no argument passed
diff --git a/plugin.xml b/plugin.xml
index 8d7d1fd..5fd5cad 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.9-dev">
+      version="0.2.9">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>