Updated version and RELEASENOTES.md for v3.0.1
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 51e4b93..05a882e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,14 @@
 -->
 # Cordova-fetch Release Notes
 
+### 3.0.1 (Feb 02, 2021)
+
+* [GH-91](https://github.com/apache/cordova-fetch/pull/91) fix: cordova-fetch with npm@7
+* [GH-89](https://github.com/apache/cordova-fetch/pull/89) refactor: use async/await where applicable
+* [GH-88](https://github.com/apache/cordova-fetch/pull/88) fix: do not pack rejections from resolve in array
+* [GH-90](https://github.com/apache/cordova-fetch/pull/90) fix: use POSIX-style paths for require.resolve & Co
+* [GH-86](https://github.com/apache/cordova-fetch/pull/86) ci: add node 14 to workflow
+
 ### 3.0.0 (Apr 07, 2020)
 
 * Added NOTICE & LICENSE file for release
diff --git a/package-lock.json b/package-lock.json
index 5be1873..c1c94e1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 1c88edc..a95ca5a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-fetch",
-  "version": "3.0.1-dev",
+  "version": "3.0.1",
   "description": "Apache Cordova fetch module. Fetches from git and npm.",
   "main": "index.js",
   "repository": "github:apache/cordova-fetch",