CB-12519 Updated version and RELEASENOTES.md for release 1.1.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c0ab1e6..f3dc15e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,13 @@
 
 # Release Notes
 
+### 1.1.2 (Feb 28, 2017)
+* [CB-12497](https://issues.apache.org/jira/browse/CB-12497) `location.href` links are silently disallowed
+* [CB-12490](https://issues.apache.org/jira/browse/CB-12490) - Updated experimental plugin link
+* Allow to configure navigation by gestures
+* [CB-12297](https://issues.apache.org/jira/browse/CB-12297) Support `WKProcessPool` for cookie sharing
+* [CB-12414](https://issues.apache.org/jira/browse/CB-12414) **iOS:** Forward error from provisional load error to standard load error
+
 ### 1.1.1 (Dec 07, 2016)
 * [CB-12224](https://issues.apache.org/jira/browse/CB-12224) Updated version and RELEASENOTES.md for release 1.1.1
 * [CB-10228](https://issues.apache.org/jira/browse/CB-10228) - AppendUserAgent not working with WKWebView
diff --git a/package.json b/package.json
index 8484faa..92e7306 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-wkwebview-engine",
-  "version": "1.1.2-dev",
+  "version": "1.1.2",
   "description": "The official Apache Cordova WKWebView Engine Plugin",
   "main": "index.js",
   "repository": {
@@ -14,7 +14,7 @@
   "scripts": {
     "test": "npm run jshint && npm run objc-tests",
     "objc-tests": "cd tests/ios && npm test",
-        "preobjc-tests": "cd tests/ios && npm install",
+    "preobjc-tests": "cd tests/ios && npm install",
     "jshint": "node_modules/.bin/jshint src"
   },
   "author": "Apache Cordova",
diff --git a/plugin.xml b/plugin.xml
index c30ee0a..fb5f00a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -23,7 +23,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-wkwebview-engine"
-    version="1.1.2-dev">
+    version="1.1.2">
     <name>Cordova WKWebView Engine</name>
     <description>Cordova WKWebView Engine Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index affcf0a..1627135 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="cordova-plugin-wkwebview-engine-tests"
-    version="1.1.2-dev">
+    version="1.1.2">
     <name>cordova-plugin-wkwebview-engine Tests</name>
     <license>Apache 2.0</license>