diff --git a/CHANGELOG.md b/CHANGELOG.md index 24a1885e..e1ac49e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.2.0](https://github.com/cheqd/did-provider-cheqd/compare/3.1.2...3.2.0) (2023-05-17) + + +### Features + +* Update cheqd to latest versions ([#255](https://github.com/cheqd/did-provider-cheqd/issues/255)) ([a986d3e](https://github.com/cheqd/did-provider-cheqd/commit/a986d3e4edc105252786dd7a338f93571806746a)) + + +### Bug Fixes + +* ESM error importing ts-proto ([#256](https://github.com/cheqd/did-provider-cheqd/issues/256)) ([57a0b7c](https://github.com/cheqd/did-provider-cheqd/commit/57a0b7c6d7209c5aac89878d9ea355dfec8d0f22)) + ## [3.2.0-develop.1](https://github.com/cheqd/did-provider-cheqd/compare/3.1.2...3.2.0-develop.1) (2023-05-17) diff --git a/package.json b/package.json index 1c542ba9..3748cbf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/did-provider-cheqd", - "version": "3.2.0-develop.1", + "version": "3.2.0", "description": "Veramo SDK plugin for the did:cheqd DID method", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",