diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index d6e7d983d..8d1da5358 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-08-01T21:30:00-04:00`, + product: 'web', + body: `### Improvements +- Fixed issues with the newsletter subscription checkbox & buttons on news pages. ([#4072](https://github.com/modrinth/code/pull/4072), [#4073](https://github.com/modrinth/code/pull/4073)) +- You can now access the "Moderation" tab on project pages again even if your project is approved. ([#4067](https://github.com/modrinth/code/pull/4067)) +- Fixed issues with collection visibility. ([#4070](https://github.com/modrinth/code/pull/4070)) +- Fixed text issue on collection icon upload dropdown. ([#4069](https://github.com/modrinth/code/pull/4069))`, + }, + { + date: `2025-08-01T21:30:00-04:00`, + product: 'servers', + body: `### Improvements +- Server status information is now correctly displayed in the 'My Servers' page. ([#4071](https://github.com/modrinth/code/pull/4071)) +- Fixed an error with displaying startup settings. +- Improved ratelimit error message.`, + }, { date: `2025-07-19T15:20:00-07:00`, product: 'web',