diff --git a/packages/utils/changelog.ts b/packages/utils/changelog.ts index 32c82c994..626e9bd09 100644 --- a/packages/utils/changelog.ts +++ b/packages/utils/changelog.ts @@ -11,9 +11,24 @@ export type VersionEntry = { const VERSIONS: VersionEntry[] = [ { - date: `2026-03-17T12:40:00-08:00`, + date: `2026-03-17T19:00:00-08:00`, + product: 'website', + body: `## Improvements +- Sorted server project categories, regions, and language filter options. +- Added GitHub Pages image links to the list of domains that can bypass the wsrv.nl image proxy for more real-time dynamic images.`, + }, + { + date: `2026-03-17T19:00:00-08:00`, product: 'hosting', body: `## Improvements +- Fixed being unable to sort by project type and updates at the same time on the Content tab. +- Fixed a visual flicker when toggling some content on and off. +- Removed redundant org symbol from the Content list that threw off alignment.`, + }, + { + date: `2026-03-17T12:40:00-08:00`, + product: 'website', + body: `## Improvements - Fixed personal access token settings page erroring.`, }, {