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