diff --git a/CHANGELOG.md b/CHANGELOG.md index c44b2ad..387d074 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.13](https://github.com/cheqd/did-provider-cheqd/compare/3.6.12...3.6.13) (2023-11-15) + + +### Bug Fixes + +* Allow for partial underlying verification options ([b68052e](https://github.com/cheqd/did-provider-cheqd/commit/b68052e2e5dea9ec29daa239aa66a25e56138e2c)) + ## [3.6.13-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.6.12...3.6.13-develop.1) (2023-11-15) diff --git a/package.json b/package.json index e164802..8f1c67e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "3.6.13-develop.1", + "version": "3.6.13", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",