Updated version and RELEASENOTES.md for release 2.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index d291197..8acb569 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # Release Notes
 
+### 2.2.0 (Apr 15, 2016)
+* Replace `PermissionHelper.java` with `cordova-plugin-compat`
+* CB-10691 Check the context to avoid null errors
+* CB-10636 Add `JSHint` for plugins
+* Using a fallback epsilon in case `Number.EPSILON` is not defined.
+* CB-10574 MobileSpec can't get results for **WP8.1** Builds
+
 ### 2.1.0 (Jan 15, 2016)
 * CB-10319 **Android** Adding reflective helper methods for permission requests
 * CB-8523 Fixed accuracy when `enableHighAccuracy: false` on **iOS**.
diff --git a/package.json b/package.json
index 984899d..5b3fc1a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "2.1.1-dev",
+  "version": "2.2.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
diff --git a/plugin.xml b/plugin.xml
index dce8caf..58caf5d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
 xmlns:rim="http://www.blackberry.com/ns/widgets"
 xmlns:android="http://schemas.android.com/apk/res/android"
            id="cordova-plugin-geolocation"
-      version="2.1.1-dev">
+      version="2.2.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 255a939..cd5ff94 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="cordova-plugin-geolocation-tests"
-    version="2.1.1-dev">
+    version="2.2.0">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>