diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 4f53af3e0..249d8d08b 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-04-04T15:48:39+00:00`, + product: 'web', + body: `## Fixed +- Fixed a missing gap between the project filter tabs and the project list. +- Fixed collections not being sorted by date updated on the user page. + +## Security +- Fixed a security issue.`, + }, { date: `2026-04-03T16:45:00-07:00`, product: 'app',