CB-8731 Updated version and RELEASENOTES.md for release 3.9.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d3ba755..8ca568f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,9 @@
 -->
 # Release Notes
 
+### 3.9.0 (Mar 23, 2015)
+* 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 
diff --git a/package.json b/package.json
index 282dbd1..1470fc8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.8.1-dev",
+  "version": "3.9.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",