CB-13380 Updated version and RELEASENOTES.md for release 1.5.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e9de3d9..ba66de7 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,10 @@
 
 # Cordova-plugman Release Notes
 
+### 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`
+
 ### 1.5.0 (May 02, 2017)
 * [CB-12747](https://issues.apache.org/jira/browse/CB-12747) Updated `cordova-lib` dependency to `7.0.0`
 
diff --git a/package.json b/package.json
index 35a069f..de03f85 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.1-dev",
+  "version": "1.5.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
@@ -17,7 +17,7 @@
   },
   "engineStrict": true,
   "dependencies": {
-    "cordova-lib": "7.0.0",
+    "cordova-lib": "7.1.0",
     "nopt": "1.0.9",
     "q": "1.0.1"
   },