diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index bf430a3ecd..b155a21750 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,7 @@
## Next
+## 8.33.1 (2024-08-20)
+
* Fixed the symbol picker displaying in the wrong part of the screen.
## 8.33.0 (2024-08-18)
diff --git a/package.json b/package.json
index 88cb4f9a23..c6a934ca66 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dim",
- "version": "8.33.0",
+ "version": "8.33.1",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"private": true,