diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e406d1..1cd16a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [11.2.0](https://github.com/multiformats/js-multiaddr/compare/v11.1.5...v11.2.0) (2023-01-17) + + +### Features + +* add ipcidr protocol ([#303](https://github.com/multiformats/js-multiaddr/issues/303)) ([fe760d3](https://github.com/multiformats/js-multiaddr/commit/fe760d31f45e547963b33185aa48d29cca8475af)) + + +### Dependencies + +* **dev:** bump aegir from 37.12.1 to 38.1.0 ([#302](https://github.com/multiformats/js-multiaddr/issues/302)) ([534d8fa](https://github.com/multiformats/js-multiaddr/commit/534d8fa0da2c1c1d1c61b92aa8deb75edc07619e)) + ## [11.1.5](https://github.com/multiformats/js-multiaddr/compare/v11.1.4...v11.1.5) (2023-01-06) diff --git a/package.json b/package.json index 522a216b..29f0552c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@multiformats/multiaddr", - "version": "11.1.5", + "version": "11.2.0", "description": "multiaddr implementation (binary + string representation of network addresses)", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/multiformats/js-multiaddr#readme",