diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 0383db464..d6e7d983d 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-19T15:20:00-07:00`, + product: 'web', + body: `### Improvements +- Removed Tumblr icon from footer as we no longer use it. +- Reverted changes to publishing checklist since they need more work.`, + }, { date: `2025-07-16T12:40:00-07:00`, product: 'web',