diff --git a/CHANGELOG.md b/CHANGELOG.md index e85b56a9..cf76a60c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.10](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.9...v4.1.10) (2023-08-10) + + +### Bug Fixes + +* **deps:** update dependency bencode to v4 ([#127](https://github.com/webtorrent/bittorrent-protocol/issues/127)) ([66aecc3](https://github.com/webtorrent/bittorrent-protocol/commit/66aecc36daff3783ad0ce2c3faed8cfe79a58482)) + ## [4.1.9](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.8...v4.1.9) (2023-07-31) diff --git a/package.json b/package.json index c910668c..41bac9bb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "bittorrent-protocol", "type": "module", "description": "Simple, robust, BitTorrent peer wire protocol implementation", - "version": "4.1.9", + "version": "4.1.10", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",