diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index aec40a1b..99223b6f 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-22T14:20:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed error when withdrawing in certain circumstances.`, + }, { date: `2025-12-22T12:55:00-08:00`, product: 'app',