diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4ad0d..a207d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.4](https://github.com/cheqd/sdk/compare/4.0.3...4.0.4) (2024-09-10) + +### Bug Fixes + +* Add context only for linkedDomains ([#381](https://github.com/cheqd/sdk/issues/381)) ([be87fdd](https://github.com/cheqd/sdk/commit/be87fddd398fcc6a9995ad86855549b146baac28)) +* Jsonld errors in did document ([#378](https://github.com/cheqd/sdk/issues/378)) ([d75ecb6](https://github.com/cheqd/sdk/commit/d75ecb62ccfe9ccaeb7013ef7e15331e7ddf8386)) + ## [4.0.4-develop.2](https://github.com/cheqd/sdk/compare/4.0.4-develop.1...4.0.4-develop.2) (2024-09-10) ### Bug Fixes diff --git a/package.json b/package.json index 4d40393..ca96426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "4.0.4-develop.2", + "version": "4.0.4", "description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",