diff --git a/CHANGELOG.md b/CHANGELOG.md index 570c5cf..1c67aed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.2.0...v1.2.1) (2024-04-30) + + +### Bug Fixes + +* make certhashes optional in WebTransport addresses ([#26](https://github.com/multiformats/js-multiaddr-matcher/issues/26)) ([3d6206a](https://github.com/multiformats/js-multiaddr-matcher/commit/3d6206a977d2210d2ef983858b9622c37f9b6f91)) + ## [1.2.0](https://github.com/multiformats/js-multiaddr-matcher/compare/v1.1.2...v1.2.0) (2024-03-14) diff --git a/package.json b/package.json index f8c21e3..259ef2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr-matcher", - "version": "1.2.0", + "version": "1.2.1", "description": "Match different multiaddr formats", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr-matcher#readme",