diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d00a14..3e6e0a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.0.1](https://github.com/libp2p/interop/compare/v12.0.0...v12.0.1) (2024-04-29) + + +### Bug Fixes + +* ensure DHT routing tables are not empty ([#150](https://github.com/libp2p/interop/issues/150)) ([d603d5b](https://github.com/libp2p/interop/commit/d603d5bddc333694c7963b256bd1c82244cd6a9a)) + ## [12.0.0](https://github.com/libp2p/interop/compare/v11.0.0...v12.0.0) (2024-04-29) diff --git a/package.json b/package.json index ccf0765..f9e4455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/interop", - "version": "12.0.0", + "version": "12.0.1", "description": "Interoperability Tests for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/interop#readme",