diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 57087bd8b..c3cfb2d8a 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,18 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-04-12T22:10:00-07:00`, + product: 'servers', + body: `### Added +- Added ability to notify customers in the panel with notices concerning their servers.`, + }, + { + date: `2025-04-12T22:10:00-07:00`, + product: 'web', + body: `### Improvements +- Fix missing dropdown icon in publishing checklist.`, + }, { date: `2025-04-01T21:15:00-07:00`, product: 'web',