diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index af5284ce0..8a76b2dd3 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-15T08:20:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed gallery images from overflowing with long words in their descriptions.`, + }, { date: `2025-07-09T22:15:00-07:00`, product: 'web',