Updated version and RELEASENOTES.md for release 2.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 659837e..a136b0f 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Release Notes
 
+### 2.2.0 (Apr 15, 2016)
+* CB-10873 Avoid crash due to usage of uninitialized variable when writing geolocation data to image destination. Properly handle 'CameraUsesGeolocation' option by properly setting geolocation data in EXIF header in all cases
+* CB-11073 Appium tests stability improvements
+* Replace `PermissionHelper.java` with `cordova-plugin-compat`
+* Making focus handler work only for **windows 10** phone
+* CB-10865 Run **ios** native tests on **Travis**
+* CB-10120 Fixing use of constants and `PermissionHelper`
+* CB-10120 Fix missing CAMERA permission for **Android M**
+* CB-10756 Adding sterner warnings about `DATA_URL`
+* CB-10460 `getRealPath` return null in some cases
+
 ### 2.1.1 (Mar 09, 2016)
 * [CB-10825](https://issues.apache.org/jira/browse/CB-10825) **Android** should request READ permission for gallery source
 * added apache license header to appium files
diff --git a/package.json b/package.json
index 03256ee..cd69e14 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-camera",
-  "version": "2.1.2-dev",
+  "version": "2.2.0",
   "description": "Cordova Camera Plugin",
   "cordova": {
     "id": "cordova-plugin-camera",
diff --git a/plugin.xml b/plugin.xml
index aceeb13..264e72a 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-camera"
-    version="2.1.2-dev">
+    version="2.2.0">
     <name>Camera</name>
     <description>Cordova Camera Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 6fd19fd..bc31ebf 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     id="cordova-plugin-camera-tests"
-    version="2.1.2-dev">
+    version="2.2.0">
     <name>Cordova Camera Plugin Tests</name>
     <license>Apache 2.0</license>