CB-12110 Updated version and RELEASENOTES.md for release 1.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 3bf1127..b7aa129 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 1.1.0 (Nov 02, 2016)
+* [CB-11625](https://issues.apache.org/jira/browse/CB-11625) Adding the `BuildConfig` fetching code as a backup to using a new preference
+* Add github pull request template
+
 ### 1.0.0 (Apr 15, 2016)
 * Initial release
 * Moved `PermissionHelper.java` into `src`
diff --git a/package.json b/package.json
index 3949bc6..f31174d 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
     "name": "cordova-plugin-compat",
     "description": "This repo is for remaining backwards compatible with previous versions of Cordova.",
-    "version": "1.0.1-dev",
+    "version": "1.1.0",
     "homepage": "http://github.com/apache/cordova-plugin-compat#readme",
     "repository": {
         "type": "git",
diff --git a/plugin.xml b/plugin.xml
index 875e751..40b45cc 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 
 <plugin xmlns="http://cordova.apache.org/ns/plugins/1.0"
            id="cordova-plugin-compat"
-      version="1.0.1-dev">
+      version="1.1.0">
     <name>Compat</name>
     <description>Cordova Compatibility Plugin</description>
     <license>Apache 2.0</license>