CB-10368 Updated version and RELEASENOTES.md for release 2.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1edd20b..f8ae993 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Release Notes
 
+### 2.1.0 (Jan 15, 2016)
+* Fixed example referencing non-existent variable
+* CB-9452: Treat `RTSP streams` as `remote URLs`
+* add JIRA issue tracker link
+* fix CB-9884 & CB-9885
+* CB-10100 updated file dependency to not grab new majors
+* Fix block usage of self
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * Media now supports new permissions for **Android 6.0** aka **Marshmallow**
diff --git a/package.json b/package.json
index 1fc8562..f436f2d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-media",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova Media Plugin",
   "cordova": {
     "id": "cordova-plugin-media",
diff --git a/plugin.xml b/plugin.xml
index acc6671..a869d96 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.0.1-dev">
+    version="2.1.0">
 
     <name>Media</name>
     <description>Cordova Media Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f9847e7..9920d8b 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.0.1-dev">
+    version="2.1.0">
     <name>Cordova Media Plugin Tests</name>
     <license>Apache 2.0</license>
     <js-module src="tests.js" name="tests">