diff --git a/CHANGELOG.md b/CHANGELOG.md index b1be2c6..abfd68f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/uport-project/ethr-did-registry/compare/1.0.1...1.1.0) (2022-10-11) + + +### Features + +* add arbitrum:goerli deployment ([#55](https://github.com/uport-project/ethr-did-registry/issues/55)) ([ebabeee](https://github.com/uport-project/ethr-did-registry/commit/ebabeee54a0e33110f3516364178910761466ec7)) + ## [1.0.1](https://github.com/uport-project/ethr-did-registry/compare/1.0.0...1.0.1) (2022-08-25) diff --git a/package.json b/package.json index e90f311..6df4be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethr-did-registry", - "version": "1.0.1", + "version": "1.1.0", "description": "A repository storing keys and other data about Ethereum Decentralized Identifiers (DIDs)", "main": "./dist/index.js", "exports": "./dist/index.js",