diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 7f860c3e..ce434cd3 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-04-29T08:20:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed multiple 'Hidden' countries showing up in analytics, updated flag and changed to 'Other'.`, + }, { date: `2025-04-28T19:45:00-07:00`, product: 'servers',