Skip to content

Commit 366a0a6

Browse files
committed
changelog
1 parent 91b08e7 commit 366a0a6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

packages/utils/changelog.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ export type VersionEntry = {
1010
}
1111

1212
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+
},
1325
{
1426
date: `2025-12-22T14:20:00-08:00`,
1527
product: 'web',

0 commit comments

Comments
 (0)