release(11.1.0): updated release notes & version (cli-11.1.0)
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 09d15e9..dbc13ee 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,17 @@
 -->
 # Cordova-cli Release Notes
 
+### 11.1.0 (Jan 11, 2023)
+
+* [GH-603](https://github.com/apache/cordova-cli/pull/603) dep: bump to latest minor+patch w/ `package-lock` rebuild
+  * `cordova-common@^4.1.0`
+  * `cordova-create@^4.1.0`
+  * `cordova-lib@^11.1.0`
+  * `systeminformation@^5.17.3`
+* [GH-599](https://github.com/apache/cordova-cli/pull/599) chore: remove unnecessary gendered text
+* [GH-600](https://github.com/apache/cordova-cli/pull/600) ci: update codecov & run on node 14-18
+* [GH-587](https://github.com/apache/cordova-cli/pull/587) dep(npm): bump packages to latest minor/patch revisions w/ `package-lock`
+
 ### 11.0.0 (Dec 17, 2021)
 
 * [GH-575](https://github.com/apache/cordova-cli/pull/575) chore: rebuilt `package-lock.json`
diff --git a/package-lock.json b/package-lock.json
index cfe8b21..1582530 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova",
-  "version": "11.1.0-dev",
+  "version": "11.1.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova",
-      "version": "11.1.0-dev",
+      "version": "11.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "configstore": "^5.0.1",
diff --git a/package.json b/package.json
index 87e2301..67b4b9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "11.1.0-dev",
+  "version": "11.1.0",
   "description": "Cordova command line interface tool",
   "main": "cordova",
   "engines": {