diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 2cdf10939..f1684a364 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-07-08T14:00:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed Modrinth Servers showing as out of stock when navigating to the page directly.`, + }, { date: `2025-07-08T11:10:00-07:00`, product: 'servers',