diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index e57eb4bf5b..84337bc712 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: 'One deployment target, derived from the workspace lineage', + href: 'https://www.windmill.dev/changelog/fork-lineage-deploy-target', + date: '2026-07-30' + }, + { label: 'AWS Bedrock support for Windmill AI', href: 'https://www.windmill.dev/changelog/aws-bedrock',