diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b3c1f..045cefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.6](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.5...v8.0.6) (2023-09-18) + + +### Dependencies + +* bump @libp2p/interface-peer-discovery from 1.1.1 to 2.0.0 ([#96](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/issues/96)) ([4e3766a](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/commit/4e3766a37b41a6cd9df8180858fa176455bd08a6)) + ## [8.0.5](https://github.com/libp2p/js-libp2p-pubsub-peer-discovery/compare/v8.0.4...v8.0.5) (2023-09-18) diff --git a/package.json b/package.json index d5863b2..998ffe7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/pubsub-peer-discovery", - "version": "8.0.5", + "version": "8.0.6", "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",