Skip to content

Commit 80b661c

Browse files
committed
Add Linear integration changelog entry
1 parent 44dcc6f commit 80b661c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/(app)/claw/components/changelog-data.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ export type ChangelogEntry = {
1010

1111
// Newest entries first. Developers add new entries to the top of this array.
1212
export const CHANGELOG_ENTRIES: ChangelogEntry[] = [
13+
{
14+
date: '2026-03-27',
15+
description:
16+
'Added Linear integration. Connect your Linear API Key in Settings to give your agent access to all Linear features, via the Linear MCP server.',
17+
category: 'feature',
18+
deployHint: 'redeploy_suggested',
19+
},
1320
{
1421
date: '2026-03-27',
1522
description:

0 commit comments

Comments
 (0)