From b442fa4cca67c34fdf5e1bfefcb4d5baf152831d Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Mon, 4 May 2026 18:34:24 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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',