CB-10368 Updated version and RELEASENOTES.md for release 2.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7d7d3e7..206ce2e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 2.1.0 (Jan 15, 2016)
+* CB-9513 Allow to show/hide status bar in fullscreen mode.
+* CB-8720 Fix status bar position when app started upside down on **iOS 7**.
+* CB-10118 Fixes plugin loading error for **Browser** platform
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * Added `weakSelf` reference for block use
diff --git a/package.json b/package.json
index 77018db..c37382e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova StatusBar Plugin",
   "cordova": {
     "id": "cordova-plugin-statusbar",
diff --git a/plugin.xml b/plugin.xml
index 2d35c4e..e4083b7 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-statusbar"
-    version="2.0.1-dev">
+    version="2.1.0">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index fe1031e..dddfd6f 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-statusbar-tests"
-    version="2.0.1-dev">
+    version="2.1.0">
     <name>Cordova StatusBar Plugin Tests</name>
     <license>Apache 2.0</license>