diff --git a/CHANGELOG.md b/CHANGELOG.md index b11f14b7..4f7b242a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.1.10](https://github.com/multiformats/js-multiaddr/compare/v12.1.9...v12.1.10) (2023-11-06) + + +### Dependencies + +* bump dns-over-http-resolver to 3.0.0 ([#354](https://github.com/multiformats/js-multiaddr/issues/354)) ([f20e553](https://github.com/multiformats/js-multiaddr/commit/f20e55387f474f3860a51f77454afbfca32936e1)) + ## [12.1.9](https://github.com/multiformats/js-multiaddr/compare/v12.1.8...v12.1.9) (2023-11-06) diff --git a/package.json b/package.json index e44cec48..92feb567 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "12.1.9", + "version": "12.1.10", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",