diff --git a/CHANGELOG.md b/CHANGELOG.md index 30513c0a..db51914d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [3.4.0-develop.2](https://github.com/cheqd/studio/compare/3.4.0-develop.1...3.4.0-develop.2) (2024-10-10) + +### Features + +* Add trust-registry revocation apis [DEV-4437] ([#604](https://github.com/cheqd/studio/issues/604)) ([e409321](https://github.com/cheqd/studio/commit/e4093216fee5d48838c63437650222a1bdc28358)) + ## [3.4.0-develop.1](https://github.com/cheqd/studio/compare/3.3.0...3.4.0-develop.1) (2024-10-07) ### Features diff --git a/package.json b/package.json index 8c5407ab..60a5ad07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.4.0-develop.1", + "version": "3.4.0-develop.2", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",