diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 9ddee431c3..00509198d4 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,26 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'Custom Contextual Variables', + href: 'https://www.windmill.dev/changelog/custom-contextual-variables', + date: '2024-03-23' + }, + { + label: 'Large log disk and Distributed storage compaction', + href: 'https://www.windmill.dev/changelog/log-disk-distributed-storage-compaction', + date: '2024-03-23' + }, + { + label: 'Rename Workspace (Self-Host only)', + href: 'https://www.windmill.dev/changelog/rename-workspace', + date: '2024-03-22' + }, + { + label: 'Configurable Available Languages', + href: 'https://www.windmill.dev/changelog/configurable-languages', + date: '2024-03-13' + }, { label: 'Workflow as Code', href: 'https://www.windmill.dev/changelog/workflows_as_code',