From 6fe4235358403a091f544310349a31893d12d885 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:01:55 -0700 Subject: [PATCH] update changelog --- packages/utils/changelog.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 13f7d82a..4edf1711 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -10,6 +10,12 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2025-10-01T19:05:00-07:00`, + product: 'web', + body: `### Improvements +- Added banner informing Russian users of our non-compliance with censorship laws that will lead to Modrinth being blocked in Russia. For more info, see [our news article on it](/news/article/standing-by-our-values).`, + }, { date: `2025-09-29T12:50:00-07:00`, product: 'web',