diff --git a/CHANGELOG.md b/CHANGELOG.md
index 317128765f0ad9646db654919ae43aa39c299090..31f0d6f62336a1641d8d21c279856579a28a921b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## 1.1.1
+## 2.0.0
 
 * Removed content folder and moved out the Fedipage site into a separate repo.
     This should make it easier for people who use this site to update from the
@@ -13,7 +13,9 @@
 * Made `/layout/top_list_generic` site generic, it no longer mentions Fedipage.
 * Made the `/layout/menu/html` dynamic so now there is no need to edit it when
     you customize sections.
-* Created type `page` and moved `/content/_index.md` to be that type.
+* Created type `page` and moved `/content/_index.md` to be that type. This
+    breaks backwards compatibility therefore we must bump major version
+    according to semantic versioning.
 
 ## 1.1.0
 
diff --git a/api/nodeinfo/2.1.ts b/api/nodeinfo/2.1.ts
index bb784103698522b737ad8d790ed19edbba04800a..98e27930e55f8e903df8b9004dd342d9ad53a66e 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.1"
+      "version": "2.0.0"
     },
     "protocols": [
       "activitypub"