Skip to content

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.0](2.4.1...2.5.0) (2023-07-11)

### Features

* Add credential-status check API [DEV-2940] ([#293](#293)) ([34ad827](34ad827))
* Add Default role assigning while creating and account or signing in [DEV-2905] ([#286](#286)) ([c99bed2](c99bed2))
* Add verify presentation API and update StatusList APIs [DEV-2811] & [DEV-2669] ([#265](#265)) ([4e43430](4e43430))

### Bug Fixes

* Add policies to Verification API [DEV-2951] ([#294](#294)) ([d3c6ea9](d3c6ea9))
* Fix issue with broken webhook being used for setting default user role in LogTo [DEV-2962] ([#295](#295)) ([a3c8fde](a3c8fde))
  • Loading branch information
semantic-release-bot committed Jul 11, 2023
1 parent 88ac1d3 commit 18d846b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.5.0](https://github.com/cheqd/credential-service/compare/2.4.1...2.5.0) (2023-07-11)


### Features

* Add credential-status check API [DEV-2940] ([#293](https://github.com/cheqd/credential-service/issues/293)) ([34ad827](https://github.com/cheqd/credential-service/commit/34ad82732d5bb411903c29f385e694d58c72d958))
* Add Default role assigning while creating and account or signing in [DEV-2905] ([#286](https://github.com/cheqd/credential-service/issues/286)) ([c99bed2](https://github.com/cheqd/credential-service/commit/c99bed205cd2821e5ff14d76a4f78f160faeb967))
* Add verify presentation API and update StatusList APIs [DEV-2811] & [DEV-2669] ([#265](https://github.com/cheqd/credential-service/issues/265)) ([4e43430](https://github.com/cheqd/credential-service/commit/4e43430c221a5e6029f446a6a6bca1617745ab53))


### Bug Fixes

* Add policies to Verification API [DEV-2951] ([#294](https://github.com/cheqd/credential-service/issues/294)) ([d3c6ea9](https://github.com/cheqd/credential-service/commit/d3c6ea91a6319ab8ba7b1bfd65b9c553063624e8))
* Fix issue with broken webhook being used for setting default user role in LogTo [DEV-2962] ([#295](https://github.com/cheqd/credential-service/issues/295)) ([a3c8fde](https://github.com/cheqd/credential-service/commit/a3c8fde62d9b3c75d6e8efefd49bbd1d1fd6d6a0))

## [2.5.0-develop.1](https://github.com/cheqd/credential-service/compare/2.4.1...2.5.0-develop.1) (2023-07-11)


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

0 comments on commit 18d846b

Please sign in to comment.