CB-11931 Updated version and RELEASENOTES.md for release 3.11.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 63963c2..04204a4 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,25 +20,30 @@
 -->
 # Release Notes
 
+### 3.11.0 (Sep 29, 2016)
+* [CB-11938](https://issues.apache.org/jira/browse/CB-11938) updated csp to include content: for img-src
+* [CB-11412](https://issues.apache.org/jira/browse/CB-11412) Update templates to designate template source dir
+* [CB-10522](https://issues.apache.org/jira/browse/CB-10522) Event binding in Hello World is misleading
+
 ### 3.10.0 (Oct 26, 2015)
-* CB-9712 CLI 5.3 breaks with node 3.3.3
+* [CB-9712](https://issues.apache.org/jira/browse/CB-9712) CLI 5.3 breaks with node 3.3.3
 * don't duplicate hooks guide
-* CB-8896 updated whitelist dependency to use spec
+* [CB-8896](https://issues.apache.org/jira/browse/CB-8896) updated whitelist dependency to use spec
 
 ### 3.9.0 (Mar 23, 2015)
-* CB-8716 Add Whitelist plugin to config.xml
+* [CB-8716](https://issues.apache.org/jira/browse/CB-8716) Add Whitelist plugin to config.xml
 
 ### 3.8.0 (Mar 10, 2015)
 * Add unsafe-eval to default CSP since many frameworks run faster with it on
 * Remove path from CSP string (since CSP ignores paths). Add CSP rationale within commen 
-* CB-8295 Fix CSP string, which had an invalid : in it
+* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Fix CSP string, which had an invalid : in it
 * added license header to config.xml
 * added releasenotes.md
 * removed version file, package.json can keep track of version
 * Adding hooks to default app
-* [CB-8597] First attempt at importing cordova-app-hello-world via npm dependency
+* [CB-8597](https://issues.apache.org/jira/browse/CB-8597) First attempt at importing cordova-app-hello-world via npm dependency
 * Remove jasmine ref
 * Tweak CSP string
-* CB-8295 Add content-security-policy `<meta>` to template
+* [CB-8295](https://issues.apache.org/jira/browse/CB-8295) Add content-security-policy `<meta>` to template
 * Remove target-density and height=device-height from `<viewport>`
 * Remove self-closing slashes from `<meta>` since this isn't xhtml
diff --git a/package.json b/package.json
index 618aeb9..c2e09a3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.10.1-dev",
+  "version": "3.11.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",
@@ -12,5 +12,5 @@
     "cordova:template"
   ],
   "author": "Apache Software Foundation",
-  "license": "Apache version 2.0"
+  "license": "Apache-2.0"
 }