CB-8959 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b55b494..afa19a8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -129,3 +129,7 @@
 * CB-8438 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
 * CB-8538 Added package.json file
 * CB-8367 [org.apache.cordova.dialogs] Add Prompt support on Windows
+
+### 1.1.0 (May 06, 2015)
+* CB-8928: Removed direct call to `toStaticHTML`, only call it if we are sure it's present. This closes #52
+* CB-7734 - `navigator.notification.alert` or `navigator.notification.confirm` seem have a "many words" issue. (closes #39)
diff --git a/package.json b/package.json
index 863c62a..a1b4489 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-dialogs",
-  "version": "1.0.1-dev",
+  "version": "1.1.0",
   "description": "Cordova Notification Plugin",
   "cordova": {
     "id": "cordova-plugin-dialogs",
diff --git a/plugin.xml b/plugin.xml
index 48d881c..2abe1e1 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-dialogs"
-      version="1.0.1-dev">
+      version="1.1.0">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 1cb171f..ca58e5a 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-dialogs-tests"
-    version="1.0.1-dev">
+    version="1.1.0">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>