From b5af886cfd9d83a4d00415e4ea69adc9a42b8a6a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Oct 2023 11:35:35 +0000 Subject: [PATCH] chore(release): 2.10.0 [skip ci] ## [2.10.0](https://github.com/cheqd/credential-service/compare/2.9.3...2.10.0) (2023-10-24) ### Features * Improve /did/create API [DEV-3197] ([#388](https://github.com/cheqd/credential-service/issues/388)) ([9791dc6](https://github.com/cheqd/credential-service/commit/9791dc606e7afdf37ad1b78af68b3c6e45d9883f)) ### Bug Fixes * Investigate frequent logouts on Credential Service [DEV-3251] ([#395](https://github.com/cheqd/credential-service/issues/395)) ([14693c3](https://github.com/cheqd/credential-service/commit/14693c34d4875314dbdc175f99bfe704b0b7a797)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 440b1c7c..6a14b968 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.10.0](https://github.com/cheqd/credential-service/compare/2.9.3...2.10.0) (2023-10-24) + + +### Features + +* Improve /did/create API [DEV-3197] ([#388](https://github.com/cheqd/credential-service/issues/388)) ([9791dc6](https://github.com/cheqd/credential-service/commit/9791dc606e7afdf37ad1b78af68b3c6e45d9883f)) + + +### Bug Fixes + +* Investigate frequent logouts on Credential Service [DEV-3251] ([#395](https://github.com/cheqd/credential-service/issues/395)) ([14693c3](https://github.com/cheqd/credential-service/commit/14693c34d4875314dbdc175f99bfe704b0b7a797)) + ## [2.10.0-develop.2](https://github.com/cheqd/credential-service/compare/2.10.0-develop.1...2.10.0-develop.2) (2023-10-23) ## [2.10.0-develop.1](https://github.com/cheqd/credential-service/compare/2.9.4-develop.3...2.10.0-develop.1) (2023-10-16) diff --git a/package.json b/package.json index a695cb26..b22a07ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/credential-service", - "version": "2.10.0-develop.2", + "version": "2.10.0", "description": "cheqd Credential Service Backend", "source": "src/index.ts", "main": "dist/index.js",