diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 21d9169f3..712664583 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,7 @@
## Next
+## 8.57.3 (2025-02-05)
+
* Also fixed armor not showing up in Organizer due to the Bungie data bug that had all armor as "unknown" class instead of Hunter/Titan/Warlock.
## 8.57.2 (2025-02-05)
diff --git a/package.json b/package.json
index f1378337c..d2ed2b814 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dim",
- "version": "8.57.2",
+ "version": "8.57.3",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"private": true,