diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0c1b04..6bc1867 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [11.0.13](https://github.com/webtorrent/torrent-discovery/compare/v11.0.12...v11.0.13) (2024-12-07)
+
+
+### Bug Fixes
+
+* **deps:** update dependency bittorrent-dht to ^11.0.9 ([#152](https://github.com/webtorrent/torrent-discovery/issues/152)) ([8a5f2f1](https://github.com/webtorrent/torrent-discovery/commit/8a5f2f14cc2b588614ad3f60f9b0fdc9577d1230))
+
 ## [11.0.12](https://github.com/webtorrent/torrent-discovery/compare/v11.0.11...v11.0.12) (2024-12-07)
 
 
diff --git a/package.json b/package.json
index 52e4d95..0cc98cd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "torrent-discovery",
   "description": "Discover BitTorrent and WebTorrent peers",
-  "version": "11.0.12",
+  "version": "11.0.13",
   "author": {
     "name": "WebTorrent LLC",
     "email": "feross@webtorrent.io",