diff --git a/CHANGELOG.md b/CHANGELOG.md index 1251fe15..811f05a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [11.0.7](https://github.com/webtorrent/bittorrent-dht/compare/v11.0.6...v11.0.7) (2024-07-28) + + +### Bug Fixes + +* **deps:** update dependency debug to ^4.3.6 ([6241c8f](https://github.com/webtorrent/bittorrent-dht/commit/6241c8f304ab944df0c65f2a8ceaf731ae8c9bac)) + ## [11.0.6](https://github.com/webtorrent/bittorrent-dht/compare/v11.0.5...v11.0.6) (2024-06-01) diff --git a/package.json b/package.json index fca63882..fed163a8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bittorrent-dht", "description": "Simple, robust, BitTorrent DHT implementation", "type": "module", - "version": "11.0.6", + "version": "11.0.7", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",