CB-8645 updated RELEASENOTES
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 0b1a5bb..37bac19 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -19,3 +19,15 @@
 #
 -->
 # Release Notes
+
+### 3.8.0 (Mar 10, 2015)
+* 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
+* Remove jasmine ref
+* Tweak CSP string
+* 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 0cb00b5..eed6d91 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-app-hello-world",
-  "version": "3.8.0-dev",
+  "version": "3.8.0",
   "description": "This is the hello world app used by the `cordova create` command.",
   "repository": {
     "type": "git",