Skip to content

Commit

Permalink
chore(release): 3.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [3.4.0](3.3.0...3.4.0) (2024-10-11)

### Features

* Add trust-registry revocation apis [DEV-4437] ([#604](#604)) ([e409321](e409321))
* Support DID accreditations [DEV-4415] ([#601](#601)) ([7447516](7447516))
* Update accreditation verifyResult [DEV-4436] ([#605](#605)) ([ee879c8](ee879c8))
  • Loading branch information
semantic-release-bot committed Oct 11, 2024
1 parent 9893388 commit 52701eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 52701eb

Please sign in to comment.