diff --git a/misc/identity-keys/CHANGELOG.md b/misc/identity-keys/CHANGELOG.md index 41ff88f7..a8e59a37 100644 --- a/misc/identity-keys/CHANGELOG.md +++ b/misc/identity-keys/CHANGELOG.md @@ -1,5 +1,18 @@ # @walletconnect/identity-keys +## 2.0.1 + +### Patch Changes + +- Fix bug where chainPrefix is not added for eip1271 calls + +## 2.0.0 + +### Major Changes + +- Add support for eip1271 verification +- Change API to accept type alongwith the signature + ## 1.0.1 ### Patch Changes diff --git a/misc/identity-keys/package.json b/misc/identity-keys/package.json index c381ace4..14a53194 100644 --- a/misc/identity-keys/package.json +++ b/misc/identity-keys/package.json @@ -1,6 +1,6 @@ { "name": "@walletconnect/identity-keys", - "version": "2.0.0", + "version": "2.0.1", "description": "Utilities to register, resolve and unregister identity keys", "keywords": [ "identity",