diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index b436a3e5d..b608a79f3 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,20 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-01-05T17:05:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed some issues with the analytics page, causing it to not load countries properly. +- Improved error handling when withdrawing money, and made it easier for support team to help users with errors. +- Updated crowd-sourced translations.`, + }, + { + date: `2026-01-05T17:05:00-08:00`, + product: 'hosting', + body: `## Improvements +- Overhauled the Files tab for servers for better performance, fewer bugs, and new features like file multiselect.`, + }, { date: `2026-01-05T12:35:00-08:00`, product: 'web',