diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 2b47d4e77..4a3011513 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -20,6 +20,13 @@ const VERSIONS: VersionEntry[] = [ // - Adjusted pop-up design to include a border. // - Updated translations.`, // }, + { + date: `2026-02-09T16:25:00-08:00`, + product: 'web', + body: `## Improvements +- Fixed users running into ratelimiting issues due to the pre-fetching in discover pages. +- Fixed there being no gap between projects and collections on user profiles.`, + }, { date: `2026-02-09T07:40:00-08:00`, product: 'web',