7.1.1
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 1d4bd16..522aaae 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -24,4 +24,4 @@
       with:
         node-version: ${{ matrix.node-version }}
     - run: npm install
-    - run: FORMAT_START=refs/remotes/origin/main npm run lint
+    - run: FORMAT_START=refs/remotes/origin/v7.x npm run lint
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7eb9d50..0b820a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # node-addon-api Changelog
 
+## 2024-07-08 Version 7.1.1, @legendecas
+
+### Commits
+
+* \[[`16882e7da2`](https://github.com/nodejs/node-addon-api/commit/16882e7da2)] - _**Revert**_ "Add Node.js version restrictions (#1340)" (Chengzhong Wu)
+
 ## 2024-01-18 Version 7.1.0, @legendecas
 
 ### Notable changes
diff --git a/README.md b/README.md
index 35f731c..e90eb7c 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@
 - **[Contributors](#contributors)**
 - **[License](#license)**
 
-## **Current version: 7.1.0**
+## **Current version: 7.1.1**
 
 (See [CHANGELOG.md](CHANGELOG.md) for complete Changelog)
 
diff --git a/package.json b/package.json
index 65568c7..d772ddc 100644
--- a/package.json
+++ b/package.json
@@ -475,6 +475,6 @@
     "lint:fix": "node tools/clang-format --fix && node tools/eslint-format --fix"
   },
   "pre-commit": "lint",
-  "version": "7.1.0",
+  "version": "7.1.1",
   "support": true
 }