CB-13674 Updated version and RELEASENOTES.md for release 2.0.0
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ba66de7..9b04031 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 2.0.0 (Dec 14, 2017)
+* [CB-13674](https://issues.apache.org/jira/browse/CB-13674): updated `cordova-lib` dependency to 8.0.0
+* [CB-12762](https://issues.apache.org/jira/browse/CB-12762): pointed `package.json` repo items to github mirrors instead of apache repos site (#89)
+
 ### 1.5.1 (Oct 04, 2017)
 * [CB-13380](https://issues.apache.org/jira/browse/CB-13380) Updated `cordova-lib` dependecy to `7.1.0`
 * [CB-12895](https://issues.apache.org/jira/browse/CB-12895) setup `eslint` and remove `jshint`
diff --git a/package.json b/package.json
index 2683140..1572893 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Andrew Lunny <alunny@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "1.5.2-dev",
+  "version": "2.0.0",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-plugman"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.1.0",
+    "cordova-lib": "8.0.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },