Updated version and RELEASENOTES.md for release 1.2.2
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c2ef06c..3242eb2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Release Notes
 
+### 1.2.2 (Apr 15, 2016)
+* add note about redirects
+* CB-10624 remove error message from `whitelist.js`, which leaves it empty
+
 ### 1.2.1 (Jan 15, 2016)
 * CB-10194 info tag prints for ios when not applicable
 
diff --git a/package.json b/package.json
index 6ca7c32..d07a816 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-whitelist",
-  "version": "1.2.2-dev",
+  "version": "1.2.2",
   "description": "Cordova Whitelist Plugin",
   "cordova": {
     "platforms": [
diff --git a/plugin.xml b/plugin.xml
index 051a0ce..3b4ace8 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="cordova-plugin-whitelist"
-      version="1.2.2-dev">
+      version="1.2.2">
     <name>Whitelist</name>
     <description>Cordova Network Whitelist Plugin</description>
     <license>Apache 2.0</license>