From 75e3994c6e57c2d3353084188b21f706d844ffb3 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:58:01 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index b1bc410c..86d93c68 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,20 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-10-15T12:15:00-07:00`, + product: 'app', + version: '0.10.12', + body: `## Improvements +- Fixed cache sticking around for way too long (30 hours instead of 30 minutes).`, + }, + { + date: `2025-10-15T04:11:00-07:00`, + product: 'app', + version: '0.10.11', + body: `## Improvements +- Fixed ads being able to play audio.`, + }, { date: `2025-10-14T18:45:00-07:00`, product: 'servers',