diff --git a/CHANGELOG.md b/CHANGELOG.md index 2147fcf2..e85b56a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.1.9](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.8...v4.1.9) (2023-07-31) + + +### Bug Fixes + +* **deps:** update dependency bencode to ^3.1.1 ([d53dc2f](https://github.com/webtorrent/bittorrent-protocol/commit/d53dc2fc335d47838aa9e432667f7c0b0f53d62d)) + ## [4.1.8](https://github.com/webtorrent/bittorrent-protocol/compare/v4.1.7...v4.1.8) (2023-07-23) diff --git a/package.json b/package.json index 872ce7d2..acc0484d 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.8", + "version": "4.1.9", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",