diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md index 6a846d283..19f0096d1 100644 --- a/packages/did-mailto/CHANGELOG.md +++ b/packages/did-mailto/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-09) + + +### Features + +* add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) + ## [2.0.2](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.1...did-mailto-v2.0.2) (2023-10-25) diff --git a/packages/did-mailto/package.json b/packages/did-mailto/package.json index a463a211e..718e96316 100644 --- a/packages/did-mailto/package.json +++ b/packages/did-mailto/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/did-mailto", - "version": "2.0.2", + "version": "2.1.0", "description": "did:mailto", "repository": { "type": "git",