diff --git a/CHANGELOG.md b/CHANGELOG.md
index 015e5530fb1b29eda1408903b12a10857b483665..02a8a45ec5db95dbb372680df1c97c2b087accfe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,7 @@
 # Changelog
 
+## 1.1.1
+
 ## 1.1.0
 
 * Added the ability for Mastodon instances to find the associated post when
diff --git a/README.md b/README.md
index d027d4c3f6b7dd32163797c15ba1dff68401a12b..337a4f7129e19c66c3c2b0751309fb42033910a7 100644
--- a/README.md
+++ b/README.md
@@ -175,5 +175,5 @@ git tag -a "v1.0.0" "Release version 1.0.0"
 git push origin v1.0.0:v1.0.0
 ```
 
-Now bump all the versions to the next patch version in the three files listed
+Now bump all the versions to the next patch version in the two files listed
 above and push that to master.
diff --git a/api/nodeinfo/2.1.ts b/api/nodeinfo/2.1.ts
index 97bae91419dc6341d06f1687d92eea1fab8a7f41..bb784103698522b737ad8d790ed19edbba04800a 100644
--- a/api/nodeinfo/2.1.ts
+++ b/api/nodeinfo/2.1.ts
@@ -9,7 +9,7 @@ export default function (req: VercelRequest, res: VercelResponse) {
       "name": "Fedipage",
       "repository": "https://git.qoto.org/fedipage/fedipage",
       "homepage": "https://fedipage.com/",
-      "version": "1.1.0"
+      "version": "1.1.1"
     },
     "protocols": [
       "activitypub"