From 52701eb5f9a884cd620736d30fea36d3eaa1ba66 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 11 Oct 2024 10:56:58 +0000 Subject: [PATCH] chore(release): 3.4.0 [skip ci] ## [3.4.0](https://github.com/cheqd/studio/compare/3.3.0...3.4.0) (2024-10-11) ### Features * Add trust-registry revocation apis [DEV-4437] ([#604](https://github.com/cheqd/studio/issues/604)) ([e409321](https://github.com/cheqd/studio/commit/e4093216fee5d48838c63437650222a1bdc28358)) * Support DID accreditations [DEV-4415] ([#601](https://github.com/cheqd/studio/issues/601)) ([7447516](https://github.com/cheqd/studio/commit/744751613ba8c2e859be6601346c31b17df976c2)) * Update accreditation verifyResult [DEV-4436] ([#605](https://github.com/cheqd/studio/issues/605)) ([ee879c8](https://github.com/cheqd/studio/commit/ee879c81666677443fe65f5c3c0acf2d8ee88668)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ab1591..783045e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [3.4.0](https://github.com/cheqd/studio/compare/3.3.0...3.4.0) (2024-10-11) + +### Features + +* Add trust-registry revocation apis [DEV-4437] ([#604](https://github.com/cheqd/studio/issues/604)) ([e409321](https://github.com/cheqd/studio/commit/e4093216fee5d48838c63437650222a1bdc28358)) +* Support DID accreditations [DEV-4415] ([#601](https://github.com/cheqd/studio/issues/601)) ([7447516](https://github.com/cheqd/studio/commit/744751613ba8c2e859be6601346c31b17df976c2)) +* Update accreditation verifyResult [DEV-4436] ([#605](https://github.com/cheqd/studio/issues/605)) ([ee879c8](https://github.com/cheqd/studio/commit/ee879c81666677443fe65f5c3c0acf2d8ee88668)) + ## [3.4.0-develop.3](https://github.com/cheqd/studio/compare/3.4.0-develop.2...3.4.0-develop.3) (2024-10-11) ### Features diff --git a/package.json b/package.json index 7619e47d..30a4c98c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.4.0-develop.3", + "version": "3.4.0", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",