diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2b406..84ba27f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [2.0.0](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.7...v2.0.0) (2022-06-15) + + +### ⚠ BREAKING CHANGES + +* uses new single-issue libp2p interface modules + +### Features + +* update libp2p interfaces ([#154](https://github.com/libp2p/js-libp2p-floodsub/issues/154)) ([3195bfd](https://github.com/libp2p/js-libp2p-floodsub/commit/3195bfdfd3b15101f502afc2e14c6463e337ee4e)) + ### [1.0.7](https://github.com/libp2p/js-libp2p-floodsub/compare/v1.0.6...v1.0.7) (2022-05-23) diff --git a/package.json b/package.json index 7d54505..0c0a56d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/floodsub", - "version": "1.0.7", + "version": "2.0.0", "description": "libp2p-floodsub, also known as pubsub-flood or just dumbsub, this implementation of pubsub focused on delivering an API for Publish/Subscribe, but with no CastTree Forming (it just floods the network).", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-floodsub#readme",