GH-342 Update version and RELEASENOTES.md for release 8.1.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 39e968c..2d91fe8 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,10 @@
 -->
 # Cordova-cli Release Notes
 
+### 8.1.1 (Sep 27, 2018)
+* [GH-339](https://github.com/apache/cordova-cli/issues/339) Fix bin/cordova on Node.js 4
+* [GH-337](https://github.com/apache/cordova-cli/issues/337) Revert messing with transitive dependencies in `npm-shrinkwrap.json` (re-introduces a _low-severity_ `npm audit` warning)
+
 ### 8.1.0 (Sep 24, 2018)
 * README.md fixes
 * [GH-295](https://github.com/apache/cordova-cli/pull/GH-295) Proper error code and message when failing
diff --git a/package.json b/package.json
index fd09d56..8c21f58 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "8.1.1-dev",
+  "version": "8.1.1",
   "preferGlobal": true,
   "description": "Cordova command line interface tool",
   "main": "cordova",