release(4.0.0): updated release notes & version (create-4.0.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 141d71f..c134749 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,15 @@
 -->
 # Cordova-create Release Notes
 
+### 4.0.0 (Nov 30, 2021)
+
+* [GH-68](https://github.com/apache/cordova-create/pull/68) dep!: update all dependencies
+  * `cordova-app-hello-world@^6.0.0`
+  * `cordova-common@^4.0.2`
+  * `cordova-fetch@^3.0.1`
+* [GH-67](https://github.com/apache/cordova-create/pull/67) chore: clean up `package.json`
+* [GH-66](https://github.com/apache/cordova-create/pull/66) ci: add node 14 to workflow
+
 ### 3.0.0 (May 19, 2020)
 
 * [GH-65](https://github.com/apache/cordova-create/pull/65) chore(`npm`): bump dependencies w/ rebuilt `package-lock`
diff --git a/package-lock.json b/package-lock.json
index 8a82d2d..1d9535d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-create",
-  "version": "4.0.0-dev",
+  "version": "4.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-create",
-      "version": "4.0.0-dev",
+      "version": "4.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "cordova-app-hello-world": "^6.0.0",
diff --git a/package.json b/package.json
index 8b98c31..0fcbbc3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-create",
-  "version": "4.0.0-dev",
+  "version": "4.0.0",
   "description": "Apache Cordova create module. Creates new project from default or template",
   "main": "index.js",
   "repository": "github:apache/cordova-create",