diff --git a/CHANGELOG.md b/CHANGELOG.md index 6507cca..993a187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [5.0.0](https://github.com/ipfs/js-ipns/compare/v4.0.0...v5.0.0) (2023-01-07) + + +### ⚠ BREAKING CHANGES + +* update multiformats to v11 (#196) + +### Dependencies + +* update multiformats to v11 ([#196](https://github.com/ipfs/js-ipns/issues/196)) ([e06d891](https://github.com/ipfs/js-ipns/commit/e06d891ecfff3001eb98226d6270b354c4ad4349)) + ## [4.0.0](https://github.com/ipfs/js-ipns/compare/v3.0.0...v4.0.0) (2022-10-17) diff --git a/package.json b/package.json index 91d9180..79964b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipns", - "version": "4.0.0", + "version": "5.0.0", "description": "ipns record definitions", "author": "Vasco Santos ", "license": "Apache-2.0 OR MIT",