From 564f42224569b4c2a585bd99ba2d6b2815495276 Mon Sep 17 00:00:00 2001 From: "Calum H. (IMB11)" Date: Tue, 30 Jun 2026 00:56:44 +0100 Subject: [PATCH] feat: changelog --- packages/blog/changelog.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 7254d326bd..976f699327 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-06-29T23:56:37+00:00`, + product: 'app', + version: '0.15.4', + body: `## Fixed +- Fixes another issue causing the app to freeze up when going into an instance page.`, + }, { date: `2026-06-29T22:52:04+00:00`, product: 'app',