CB-10368 Updated version and RELEASENOTES.md for release 2.1.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index c0cb125..d291197 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,18 @@
 -->
 # Release Notes
 
+### 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**.
+* CB-10286 Don't skip automatic tests on **Android** devices
+* CB-10277 Error callback should be called w/ `PositionError` when location access is denied
+* CB-10285 Added tests for `PositionError` constants
+* CB-10278 geolocation `watchPosition` doesn't return `watchID` string
+* CB-8443 **Android** nothing happens if `GPS` is turned off
+* CB-10204 Fix `getCurrentPosition` options on **Android**
+* CB-7146 Remove built-in `WebView navigator.geolocation` manual tests
+* CB-2845 `PositionError` constants not attached to prototype as specified in W3C document
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * [CB-9907](https://issues.apache.org/jira/browse/CB-9907) Handle **iOS** tests that fail when ios simulator does not have a location
diff --git a/package.json b/package.json
index 36e619c..fa62fb3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
diff --git a/plugin.xml b/plugin.xml
index 1d341f3..a724b52 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.0.1-dev">
+      version="2.1.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index de76b83..10db7c1 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.0.1-dev">
+    version="2.1.0">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>