CB-10035 Updated version and RELEASENOTES.md for release 2.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 03f83fd..b2dc94c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Release Notes
 
+### 2.0.0 (Nov 18, 2015)
+* CB-10035 Updated `RELEASENOTES` to be newest to oldest
+* CB-9907 Handle **iOS** tests that fail when ios simulator does not have a location
+* CB-8826 Check for `NSLocationWhenInUseUsageDescription` first
+* CB-9105: Fixing `JS` errors in the shim
+* Added support for new permissions model for **Android 6.0** aka **Marshmallow**
+* Expect `lastPosition` to have a `timestamp` that is already in `msecs`
+* CB-4596 Date objects are supposed to be `DOMTimeStamp`
+* Fixing contribute link.
+* CB-9355 Fix Geolocation plugin start watch fail related to unset `MovementThreshold` on **Windows 10**
+
 ### 1.0.1 (Jun 17, 2015)
 * CB-9128 cordova-plugin-geolocation documentation translation: cordova-plugin-geolocation
 * fix npm md issue
diff --git a/package.json b/package.json
index 554bbda..7ad1055 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-geolocation",
-  "version": "1.0.2-dev",
+  "version": "2.0.0",
   "description": "Cordova Geolocation Plugin",
   "cordova": {
     "id": "cordova-plugin-geolocation",
diff --git a/plugin.xml b/plugin.xml
index d770a3b..9e57866 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="1.0.2-dev">
+      version="2.0.0">
 
     <name>Geolocation</name>
     <description>Cordova Geolocation Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 03f8950..0f38ccc 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="1.0.2-dev">
+    version="2.0.0">
     <name>Cordova Geolocation Plugin Tests</name>
     <license>Apache 2.0</license>