CB-13674 Updated version and RELEASENOTES.md for release 1.1.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 98927d9..a7b1036 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Cordova-create Release Notes
 
+### 1.1.2 (Dec 14, 2017)
+* [CB-12807](https://issues.apache.org/jira/browse/CB-12807): updated error message to follow the template guide
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated deps
+* [CB-13501](https://issues.apache.org/jira/browse/CB-13501): added support for node 8 to tests
+
 ### 1.1.1 (May 08, 2017)
 * [CB-12765](https://issues.apache.org/jira/browse/CB-12765) default app `cordova-app-hello-world` is now treated like a template
 
diff --git a/package.json b/package.json
index ddc405e..55d8a4a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "1.1.2-dev",
+  "version": "1.1.2",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": {
@@ -26,8 +26,8 @@
   "engineStrict": true,
   "dependencies": {
     "cordova-app-hello-world": "^3.11.0",
-    "cordova-common": "^2.1.1",
-    "cordova-fetch": "^1.2.1",
+    "cordova-common": "^2.2.0",
+    "cordova-fetch": "^1.3.0",
     "q": "1.0.1",
     "shelljs": "0.3.0",
     "valid-identifier": "0.0.1"