CB-10368 Updated version and RELEASENOTES.md for release 2.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 1448df7..3d7a6c9 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,26 @@
 -->
 # Release Notes
 
+### 2.0.1 (Jan 15, 2016)
+* CB-10159 **Android** Adding restore callback to handle Activity destruction
+* CB-10319 **Android** Adding reflective helper methods for permission requests
+* CB-10117 Added new tests
+* CB-10131 Fixed null contact creation.
+* CB-10053 Documents `ContactFieldType` enumeration. 
+* CB-10148 **Android** Added `READ_CONTACTS` permission request when picking a contact
+* CB-10053 Accept assets `URIs` for contact photos
+* CB-8115 Save contact birthday properly
+* CB-6979 Don't create duplicates for extracted contacts photos
+* CB-5308 Makes contacts save specs passing
+* CB-5308 Return `rawId` instead of id when modifying existing contact
+* CB-4921 Corrects examples by adding missing `multiple` option where multiple contacts are expected
+* CB-10094 **Android** Fixed empty string comparison
+* CB-3950 Adds support for custom labels
+* CB-9770 Request user permissions before picking a contact
+* CB-8156 Call error callback on `pickContact` cancellation
+* CB-7906 Prevent app crash when `desiredFields` option has undefined items
+* CB-7021 Adds manual test for `pickContact`
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * [CB-9728](https://issues.apache.org/jira/browse/CB-9728) Solving memory leak issues due to opened cursor objects
diff --git a/package.json b/package.json
index 870bb80..7e1ceb3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-contacts",
-  "version": "2.0.1-dev",
+  "version": "2.0.1",
   "description": "Cordova Contacts Plugin",
   "cordova": {
     "id": "cordova-plugin-contacts",
diff --git a/plugin.xml b/plugin.xml
index ec8d68f..d44e466 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -24,7 +24,7 @@
     xmlns:m3="http://schemas.microsoft.com/appx/2014/manifest"
     xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
     id="cordova-plugin-contacts"
-    version="2.0.1-dev">
+    version="2.0.1">
 
     <name>Contacts</name>
     <description>Cordova Contacts Plugin</description>
diff --git a/tests/plugin.xml b/tests/plugin.xml
index f238f54..a15e4b5 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-contacts-tests"
-    version="2.0.1-dev">
+    version="2.0.1">
     <name>Cordova Contacts Plugin Tests</name>
     <license>Apache 2.0</license>