diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index aa1c1c930..7ce601375 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,7 @@
## Next
+## 8.57.1 (2025-02-03)
+
* DIM Sync data is now loaded incrementally, instead of being completely refreshed every time. This should result in faster updates, but otherwise nothing should be different. If you notice things are out of sync, you can click the "Reload remote data from DIM sync" button in Settings, but please let us know if you needed to do that.
## 8.57.0 (2025-02-02)
diff --git a/package.json b/package.json
index 7d9a69487..172eed31c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dim",
- "version": "8.57.0",
+ "version": "8.57.1",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"private": true,