CB-10557 Updated version and RELEASENOTES.md for release 2.2.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f8ae993..a3585b8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,13 @@
 -->
 # Release Notes
 
+### 2.2.0 (Feb 09, 2016)
+* [CB-10476](https://issues.apache.org/jira/browse/CB-10476) Fix problem where callbacks were not invoked on android due to messageChannel being overridden by callbackContext in every execute() call
+* Edit package.json license to match SPDX id
+* [CB-10455](https://issues.apache.org/jira/browse/CB-10455) android: Adding permission helper to remove cordova-android 5.0.0 constraint
+* [CB-57](https://issues.apache.org/jira/browse/CB-57) Updated to use avplayer when url starts with http:// or https:// for full streaming support
+* [CB-8222](https://issues.apache.org/jira/browse/CB-8222) Background thread on play to prevent locking during initial load of media
+
 ### 2.1.0 (Jan 15, 2016)
 * Fixed example referencing non-existent variable
 * CB-9452: Treat `RTSP streams` as `remote URLs`
diff --git a/package.json b/package.json
index cf651dd..5122e5d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.1.1-dev",
+  "version": "2.2.0",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",
diff --git a/plugin.xml b/plugin.xml
index 86744df..8e27973 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -21,7 +21,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
 xmlns:android="http://schemas.android.com/apk/res/android"
 id="cordova-plugin-media"
-    version="2.1.1-dev">
+    version="2.2.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 14a47b7..ef72e0c 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-media-tests"
-    version="2.1.1-dev">
+    version="2.2.0">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">