diff --git a/CHANGELOG.md b/CHANGELOG.md index ae52f81..47223fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.2](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.1...v8.0.2) (2023-03-21) + + +### Dependencies + +* bump @multiformats/multiaddr from 11.6.1 to 12.0.0 ([#87](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/87)) ([31ce222](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/31ce2224a6d060517f1b6ce7677a625af6b5eb78)) + ## [8.0.1](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.0...v8.0.1) (2023-03-20) diff --git a/package.json b/package.json index e2e1bed..61729b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "8.0.1", + "version": "8.0.2", "description": "A libp2p module that uses pubsub for mdns like peer discovery", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-pubsub-peer-discovery#readme",