We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91b08e7 commit 366a0a6Copy full SHA for 366a0a6
packages/utils/changelog.ts
@@ -10,6 +10,18 @@ export type VersionEntry = {
10
}
11
12
const VERSIONS: VersionEntry[] = [
13
+ {
14
+ date: `2025-12-29T14:40:00-08:00`,
15
+ product: 'web',
16
+ body: `## Added
17
+- Language changer, now available in beta.
18
+## Improvements
19
+- Updated DMCA agent info.
20
+- Fixed withdraw history to show the same information as when you are withdrawing.
21
+- Fixed authorizations page not loading.
22
+- Fixed withdrawing to a company bank account not working when owner info is needed.
23
+- Fixed various issues with version environments.`,
24
+ },
25
{
26
date: `2025-12-22T14:20:00-08:00`,
27
product: 'web',
0 commit comments