diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 777b2b73d0d48..6532ac92700dc 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,17 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'Enhanced git sync', + href: 'https://www.windmill.dev/changelog/enhanced-git-sync', + date: '2025-08-06' + }, + { + label: 'Instance groups workspace mapping', + href: 'https://www.windmill.dev/changelog/instance-groups-workspace-mapping', + date: '2025-08-14' + }, + { label: 'Dynamic select for flows', href: 'https://www.windmill.dev/changelog/dynamic-select-flows',