diff --git a/CHANGELOG.md b/CHANGELOG.md index be20e3d..b66c005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.0.3](https://github.com/webtorrent/ut_metadata/compare/v4.0.2...v4.0.3) (2023-08-10) + + +### Bug Fixes + +* **deps:** update dependency bencode to v4 ([#103](https://github.com/webtorrent/ut_metadata/issues/103)) ([a5ddef3](https://github.com/webtorrent/ut_metadata/commit/a5ddef33b3147bbb2d27ab9c9d51aba93828bfc3)) + ## [4.0.2](https://github.com/webtorrent/ut_metadata/compare/v4.0.1...v4.0.2) (2022-12-18) diff --git a/package.json b/package.json index 3a88d4c..c920e22 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.2", + "version": "4.0.3", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io",