Updated version and RELEASENOTES.md for release 3.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 47bdf1c..ce695b1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -21,6 +21,27 @@
 
 # Cordova-plugman Release Notes
 
+### 3.0.1 (Apr 11, 2019)
+
+* [GH-117](https://github.com/apache/cordova-plugman/pull/117) chore: remove deprecated `engineStrict`
+* [GH-113](https://github.com/apache/cordova-plugman/pull/113) Bug Fixes
+  * Register uncaughtException handler as early as possible
+  * Make unhandled promise rejections fail loudly
+  * Split up docs by command and add a short summary
+  * Remove documentation for obsolete commands
+  * Fix known options for plugman create
+  * Set positive exit code if we don't know what to do
+  * Set process.exitCode instead of calling process.exit
+  * Provide helpful error message and code on failure
+  * Properly install multiple plugins in series
+  * Properly return Promises from commands
+  * Factor out duplicated code
+  * Improve readability of commands module
+  * Remove commands from CLI that do not exist in the lib anymore
+  * Remove errors about unsupported publish/unpublish commands
+  * Move CLI interface plugman.commands from cordova-lib to plugman
+* [GH-112](https://github.com/apache/cordova-plugman/pull/112) Fix platform_name option
+
 ### 3.0.0 (Mar 20, 2019)
 
 * [GH-108](https://github.com/apache/cordova-plugman/pull/108) Cordova Plugman Release Preparation (Cordova 9)
diff --git a/package.json b/package.json
index 97dbede..1164cb3 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": "3.0.1-dev",
+  "version": "3.0.1",
   "repository": {
     "type": "git",
     "url": "https://github.com/apache/cordova-plugman"