diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3ace9c..5a7a3eca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.8](https://github.com/libp2p/js-libp2p-kad-dht/compare/v9.3.7...v9.3.8) (2023-06-15) + + +### Dependencies + +* bump multiformats from 11.0.2 to 12.0.1 ([#482](https://github.com/libp2p/js-libp2p-kad-dht/issues/482)) ([945bc36](https://github.com/libp2p/js-libp2p-kad-dht/commit/945bc36c887cf6fd82ab666a96c12f4a5dfc457e)) + ## [9.3.7](https://github.com/libp2p/js-libp2p-kad-dht/compare/v9.3.6...v9.3.7) (2023-06-15) diff --git a/package.json b/package.json index c519bb2f..5cc305b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@libp2p/kad-dht", - "version": "9.3.7", + "version": "9.3.8", "description": "JavaScript implementation of the Kad-DHT for libp2p", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/libp2p/js-libp2p-kad-dht#readme",