diff --git a/CHANGELOG.md b/CHANGELOG.md index 3df14702..41ae8d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/cheqd/did-provider-cheqd/compare/1.3.4...1.4.0) (2022-08-08) + + +### Features + +* **update-did:** Added update identifier implementation & resolver configs ([47f5611](https://github.com/cheqd/did-provider-cheqd/commit/47f561178adecf89bd3b3e8de0c9790cb0a51f40)) + ## [1.3.4](https://github.com/cheqd/did-provider-cheqd/compare/1.3.3...1.3.4) (2022-08-08) diff --git a/package.json b/package.json index c7ac7b24..24468137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "1.3.4", + "version": "1.4.0", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "source": "src/index.ts",