diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md
index 334c174817..379d486572 100644
--- a/docs/CHANGELOG.md
+++ b/docs/CHANGELOG.md
@@ -1,5 +1,7 @@
## Next
+## 8.44.0 (2024-10-27)
+
* Allow dragging Item Feed items to any slot, removing the need to scroll to a specific item slot to drag them to a character. They will automatically go to the correct slot on the given character (in the same way Postmaster items function).
## 8.43.0 (2024-10-20)
diff --git a/package.json b/package.json
index 43490686a4..e9de0b3ff6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "dim",
- "version": "8.43.0",
+ "version": "8.44.0",
"description": "An item manager for Destiny.",
"main": "app/index.html",
"private": true,