From 366a0a636669d2724c319ecc1fed7f53f6fb1a8a Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 29 Dec 2025 14:33:57 -0800 Subject: [PATCH] changelog --- packages/utils/changelog.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 99223b6f..2a2d87e6 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,18 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-29T14:40:00-08:00`, + product: 'web', + body: `## Added +- Language changer, now available in beta. +## Improvements +- Updated DMCA agent info. +- Fixed withdraw history to show the same information as when you are withdrawing. +- Fixed authorizations page not loading. +- Fixed withdrawing to a company bank account not working when owner info is needed. +- Fixed various issues with version environments.`, + }, { date: `2025-12-22T14:20:00-08:00`, product: 'web',