diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 8af809122..6e6282e80 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-05T01:34:18+00:00`, + product: 'web', + body: `## Fixed +- Fixed unauthorized error when loading a user's own project or organization settings.`, + }, { date: `2026-05-04T19:57:12+00:00`, product: 'web',