diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 7e2f76dea..77fae1170 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,16 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-07-26T01:32:43+00:00`, + product: 'web', + body: `## Changed +- Allow crowdin badges to bypass the image proxy. +- Bio and Username fields in profile settings now show the character limit. + +## Fixed +- Fixed project moderation page banners and info messages not showing for non-staff users.`, + }, { date: `2026-07-24T18:04:04+00:00`, product: 'app',