chore: move date forwards

pull/1049/head
Paul Makles 2023-02-23 19:12:26 +01:00
parent 4d7a63a026
commit 060e10e229
2 changed files with 2 additions and 2 deletions

2
external/lang vendored

@ -1 +1 @@
Subproject commit a8c77596457bcc6f24d0a764c308df74e12633af
Subproject commit 995fe65707cae9162b34d58ba0159e78d1b3e37e

View File

@ -31,7 +31,7 @@ export const changelogEntries: Record<number, ChangelogPost> = {
],
},
2: {
date: new Date("2023-02-22T17:30:00.000Z"),
date: new Date("2023-02-23T20:00:00.000Z"),
title: "In-App Reporting Is Here",
content: [
"You can now report any user, server, or message directly from the app.",