Skip to content

Commit 357fd89

Browse files
committed
Bump changelog to reflect new OpenClaw version.
1 parent ac10e02 commit 357fd89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ 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-04-01',
15+
description: 'Updated OpenClaw to 2026.3.24.',
16+
category: 'feature',
17+
deployHint: 'upgrade_required',
18+
},
1319
{
1420
date: '2026-03-31',
1521
description:

0 commit comments

Comments
 (0)