docs(changelog): add new entries from changelog

This commit is contained in:
windmill-internal-app[bot]
2026-07-27 09:50:59 +00:00
parent 4b7ab64a48
commit 693246284d
@@ -5,6 +5,22 @@ export type Changelog = {
}
const changelogs: Changelog[] = [
{
label: 'Web search sources in AI chat',
href: 'https://www.windmill.dev/changelog/ai-chat-web-search-sources',
date: '2026-07-20'
},
{
label: 'Attach text files to AI chat messages',
href: 'https://www.windmill.dev/changelog/ai-chat-text-file-attachments',
date: '2026-07-21'
},
{
label: 'AI sessions (beta)',
href: 'https://www.windmill.dev/changelog/ai-sessions',
date: '2026-07-22'
},
{
label: 'AWS Bedrock support for Windmill AI',
href: 'https://www.windmill.dev/changelog/aws-bedrock',