diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 80851e64ec3c4..b72b125f6d188 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,12 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: '10GiB workspace storage quota replaces 50MB upload cap on Community Edition', + href: 'https://www.windmill.dev/changelog/ce-workspace-storage-quota', + date: '2026-07-02' + }, + { label: 'AWS Bedrock support for Windmill AI', href: 'https://www.windmill.dev/changelog/aws-bedrock',