diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ac89c3..17e4ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.0-develop.2](https://github.com/cheqd/did-registrar/compare/2.0.0-develop.1...2.0.0-develop.2) (2023-02-01) + + +### Bug Fixes + +* DID Document validation ([#73](https://github.com/cheqd/did-registrar/issues/73)) ([c963e78](https://github.com/cheqd/did-registrar/commit/c963e78535aa3c63901b865db9705e7c29da7d49)) + ## [2.0.0-develop.2](https://github.com/cheqd/did-registrar/compare/2.0.0-develop.1...2.0.0-develop.2) (2023-01-31) diff --git a/package.json b/package.json index 28fa163..b4c1e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-registrar", - "version": "2.0.0-develop.3", + "version": "2.0.0-develop.2", "description": "Universal Registrar for cheqd DID method", "homepage": "https://github.com/cheqd/did-registrar#readme", "license": "Apache-2.0",