diff --git a/CHANGELOG.md b/CHANGELOG.md index 87f8368e8662cee3906180ace321afff0e4397bd..41797c7658f4c6cbf698343a85fa82ae46107c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 1.0.2 + ## 1.0.1 * Summary text in ActivityPosts did not properly render new lines and other diff --git a/api/nodeinfo/2.1.ts b/api/nodeinfo/2.1.ts index c255860831fabc09312e8d84c10610b22797137c..db622d54cc994e3b38d292b10211b061be5a9f00 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.0.1" + "version": "1.0.2" }, "protocols": [ "activitypub"