Skip to content

Commit

Permalink
chore(release): 2.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.2](2.9.1...2.9.2) (2023-09-12)

### Bug Fixes

* Add DID deactivation check for credential issuing [DEV-3136] ([#345](#345)) ([023bba1](023bba1))
* Check API responses are provided correctly in Swagger document [DEV-3133] ([#359](#359)) ([5b13ffa](5b13ffa))
* Enable updated state explicitly ([c3d9170](c3d9170))
  • Loading branch information
semantic-release-bot committed Sep 12, 2023
1 parent 5bc3579 commit e925860
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.9.2](https://github.com/cheqd/credential-service/compare/2.9.1...2.9.2) (2023-09-12)


### Bug Fixes

* Add DID deactivation check for credential issuing [DEV-3136] ([#345](https://github.com/cheqd/credential-service/issues/345)) ([023bba1](https://github.com/cheqd/credential-service/commit/023bba186b61009fec22cc8af5f817cae6fed2bd))
* Check API responses are provided correctly in Swagger document [DEV-3133] ([#359](https://github.com/cheqd/credential-service/issues/359)) ([5b13ffa](https://github.com/cheqd/credential-service/commit/5b13ffa012624f9fc1d64f4bb1ba2a3789aed93c))
* Enable updated state explicitly ([c3d9170](https://github.com/cheqd/credential-service/commit/c3d9170e7c1d305e1a46422002b3a217279e7514))

## [2.9.2-develop.3](https://github.com/cheqd/credential-service/compare/2.9.2-develop.2...2.9.2-develop.3) (2023-09-08)


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/credential-service",
"version": "2.9.2-develop.3",
"version": "2.9.2",
"description": "cheqd Credential Service Backend",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit e925860

Please sign in to comment.