diff --git a/CHANGELOG.md b/CHANGELOG.md index 6becb87b..a45d210b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.3.0-develop.4](https://github.com/cheqd/studio/compare/3.3.0-develop.3...3.3.0-develop.4) (2024-09-02) + +### Features + +* Support all signature suites in jsonld [DEV-4346] ([#587](https://github.com/cheqd/studio/issues/587)) ([60581f6](https://github.com/cheqd/studio/commit/60581f6614f70ea660311d0e25a6f961588b07ba)) + ## [3.3.0-develop.3](https://github.com/cheqd/studio/compare/3.3.0-develop.2...3.3.0-develop.3) (2024-08-28) ## [3.3.0-develop.2](https://github.com/cheqd/studio/compare/3.3.0-develop.1...3.3.0-develop.2) (2024-08-23) diff --git a/package.json b/package.json index e770539a..6eaf2649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.3.0-develop.3", + "version": "3.3.0-develop.4", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",