diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 6b50f4071d..03d4af79e2 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,21 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'AgGrid Infinite Table', + href: 'https://www.windmill.dev/changelog/aggrid-infinite-table', + date: '2024-04-24' + }, + { + label: 'Jobs Labels', + href: 'https://www.windmill.dev/changelog/jobs-labels', + date: '2024-04-24' + }, + { + label: 'AgGrid Actions', + href: 'https://www.windmill.dev/changelog/aggrid-actions', + date: '2024-04-12' + }, { label: 'Continue on error with error as step`s return', href: 'https://www.windmill.dev/changelog/continue-on-error',