diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 895fbc79ed..d0111dec15 100644 --- a/frontend/src/lib/components/sidebar/changelogs.ts +++ b/frontend/src/lib/components/sidebar/changelogs.ts @@ -5,6 +5,11 @@ export type Changelog = { } const changelogs: Changelog[] = [ + { + label: 'Continue on disapproval/timeout', + href: 'https://www.windmill.dev/changelog/continue-on-disapproval', + date: '2024-08-14' + }, { label: 'Nativets runtime supports npm packages and relative imports', href: 'https://www.windmill.dev/changelog/native-runtime-imports',