diff --git a/CHANGELOG.md b/CHANGELOG.md index ca23bde..e330e0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/webtorrent/ut_metadata/compare/v4.0.0...v4.0.1) (2022-12-06) + + +### Bug Fixes + +* **deps:** update dependency bencode to v3 ([#82](https://github.com/webtorrent/ut_metadata/issues/82)) ([7857d8e](https://github.com/webtorrent/ut_metadata/commit/7857d8ed9411f4de00291169fd6e291a380ece7a)) + # [4.0.0](https://github.com/webtorrent/ut_metadata/compare/v3.5.2...v4.0.0) (2022-12-06) diff --git a/package.json b/package.json index fa67a06..924ca80 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ut_metadata", "description": "Extension for Peers to Send Metadata Files (BEP 9)", - "version": "4.0.0", + "version": "4.0.1", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",