From 7d6c54cff9c33b458f80d3b8ff7c18d39532452a Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Thu, 4 Jun 2026 17:01:38 +0100 Subject: [PATCH] feat: changelog (#6310) --- packages/blog/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 29162a8dc..6ef6737d2 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-04T15:59:11+00:00`, + product: 'hosting', + body: `## Added +- You can now share access to the server panel through the Access tab. For more information [see the blogpost here](https://modrinth.com/news/article/server-access/).`, + }, { date: `2026-06-03T18:38:16+00:00`, product: 'web',