From 44038d20b1ca68cf33729ee50b28e7fc4c79b886 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Feb 2024 14:58:11 +0000 Subject: [PATCH] chore(release): 2.17.0 [skip ci] ## [2.17.0](https://github.com/cheqd/credential-service/compare/2.16.0...2.17.0) (2024-02-19) ### Features * Allow DID controller switching [DEV-3587] ([#481](https://github.com/cheqd/credential-service/issues/481)) ([2ef5b09](https://github.com/cheqd/credential-service/commit/2ef5b09ca9ba64fd1ef11ba7ba9c3cfbb1f499bd)) ### Bug Fixes * Add creds decryption .env ([#475](https://github.com/cheqd/credential-service/issues/475)) ([d332764](https://github.com/cheqd/credential-service/commit/d332764cb2a808c8dc1516a1652757fea1dc370c)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41301d12..ffdce9fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.17.0](https://github.com/cheqd/credential-service/compare/2.16.0...2.17.0) (2024-02-19) + + +### Features + +* Allow DID controller switching [DEV-3587] ([#481](https://github.com/cheqd/credential-service/issues/481)) ([2ef5b09](https://github.com/cheqd/credential-service/commit/2ef5b09ca9ba64fd1ef11ba7ba9c3cfbb1f499bd)) + + +### Bug Fixes + +* Add creds decryption .env ([#475](https://github.com/cheqd/credential-service/issues/475)) ([d332764](https://github.com/cheqd/credential-service/commit/d332764cb2a808c8dc1516a1652757fea1dc370c)) + ## [2.17.0-develop.1](https://github.com/cheqd/credential-service/compare/2.16.1-develop.1...2.17.0-develop.1) (2024-02-14) diff --git a/package.json b/package.json index e417881f..9fff09ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/credential-service", - "version": "2.17.0-develop.1", + "version": "2.17.0", "description": "cheqd Credential Service Backend", "source": "src/index.ts", "main": "dist/index.js",