diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 31c61d89..114f4374 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,13 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-12-18T12:30:00-08:00`, + product: 'web', + body: `## Improvements +- Overhauled version creation to be more intelligent and easier to use. +- Versions and gallery images are now created and edited in project settings.`, + }, { date: `2025-12-18T11:20:00-08:00`, product: 'web',