From 596fd813484107f076f0c38f7d163fe9a7ce335e Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Sat, 2 May 2026 15:09:31 -0700 Subject: [PATCH] changelog --- packages/blog/changelog.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages/blog/changelog.ts b/packages/blog/changelog.ts index 5c8fe95cb..e9cdefa54 100644 --- a/packages/blog/changelog.ts +++ b/packages/blog/changelog.ts @@ -10,6 +10,23 @@ export type VersionEntry = { } const VERSIONS: VersionEntry[] = [ + { + date: `2026-05-02T22:09:01+00:00`, + product: 'app', + version: '0.13.8', + body: `## Fixed +- Fixed exclude open source filter not working. +- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`, + }, + { + date: `2026-05-02T22:09:01+00:00`, + product: 'web', + body: `## Fixed +- Fixed exclude open source filter not working. +- Fixed 404 error when returning to collections dashboard from a collection page. +- Fixed error loading revenue transfer history page. +- Fixed Central Europe server region not displaying ping in the Modrinth Hosting region selector.`, + }, { date: `2026-04-29T17:19:44+00:00`, product: 'app',