diff --git a/CHANGELOG.md b/CHANGELOG.md index db51914d..f1ab1591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [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 + +* 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.2](https://github.com/cheqd/studio/compare/3.4.0-develop.1...3.4.0-develop.2) (2024-10-10) ### Features diff --git a/package.json b/package.json index 60a5ad07..7619e47d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/studio", - "version": "3.4.0-develop.2", + "version": "3.4.0-develop.3", "description": "cheqd Studio Backend", "source": "src/index.ts", "main": "dist/index.js",