diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 7f387218..301df3d7 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-09-07T15:55:00-07:00`, + product: 'web', + body: `### Improvements +- Fixed Modrinth App sign in redirect when using SSO.`, + }, { date: `2025-09-03T15:40:00-07:00`, product: 'web',