diff --git a/CHANGELOG.md b/CHANGELOG.md index 548c8932..8c9584aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [10.4.0](https://github.com/multiformats/js-multiaddr/compare/v10.3.5...v10.4.0) (2022-08-30) + + +### Features + +* add support for webrtc and certhash ([#261](https://github.com/multiformats/js-multiaddr/issues/261)) ([#262](https://github.com/multiformats/js-multiaddr/issues/262)) ([e5a8e27](https://github.com/multiformats/js-multiaddr/commit/e5a8e27fb526e3a58af5ebe8873f6cc67b9d4483)) + ## [10.3.5](https://github.com/multiformats/js-multiaddr/compare/v10.3.4...v10.3.5) (2022-08-30) diff --git a/package.json b/package.json index e7506a72..458b4f63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "10.3.5", + "version": "10.4.0", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",