From c8f98a29dbdb4c4293a1496e6cac9e27cdf35fca Mon Sep 17 00:00:00 2001 From: "windmill-internal-app[bot]" Date: Thu, 29 Jan 2026 10:52:25 +0000 Subject: [PATCH] docs(changelog): add new entries from changelog --- frontend/src/lib/components/sidebar/changelogs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/lib/components/sidebar/changelogs.ts b/frontend/src/lib/components/sidebar/changelogs.ts index 80851e64ec..ce3ff1982c 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: 'HTTP tracing', + href: 'https://www.windmill.dev/changelog/http-tracing', + date: '2026-01-28' + }, + { label: 'AWS Bedrock support for Windmill AI', href: 'https://www.windmill.dev/changelog/aws-bedrock',