diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5fe597..639cb809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [10.1.0](https://github.com/decentralized-identity/ethr-did-resolver/compare/10.0.1...10.1.0) (2023-12-05) + + +### Features + +* add Sepolia deployment ([#195](https://github.com/decentralized-identity/ethr-did-resolver/issues/195)) ([94015bf](https://github.com/decentralized-identity/ethr-did-resolver/commit/94015bfaa277907b8691dffbc01690bd3e230c1e)) + ## [10.0.1](https://github.com/decentralized-identity/ethr-did-resolver/compare/10.0.0...10.0.1) (2023-11-27) diff --git a/package.json b/package.json index bc68cda0..953e424e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethr-did-resolver", - "version": "10.0.1", + "version": "10.1.0", "description": "Resolve DID documents for ethereum addresses and public keys", "type": "commonjs", "source": "./src/index.ts",