Skip to content

Commit

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

### Features

* Include fetchRemoteContexts in verify apis ([#305](#305)) ([ae6632f](ae6632f))
* Merge Down ([#304](#304)) ([3037687](3037687))
* Support custom verification policies && domain ([#287](#287)) ([403ec16](403ec16))
* Support statusOptions in cheqdCheckCredentialStatus ([#303](#303)) ([14c4f8c](14c4f8c))

### Bug Fixes

* Base validation fetchStatusList2021 ([#299](#299)) ([208dde3](208dde3))
* Make verification result aligned with upstream [DEV-2827] ([#302](#302)) ([eddd11f](eddd11f))
  • Loading branch information
semantic-release-bot committed Jul 10, 2023
1 parent 3037687 commit a58b23b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [3.5.0](https://github.com/cheqd/did-provider-cheqd/compare/3.4.1...3.5.0) (2023-07-10)


### Features

* Include fetchRemoteContexts in verify apis ([#305](https://github.com/cheqd/did-provider-cheqd/issues/305)) ([ae6632f](https://github.com/cheqd/did-provider-cheqd/commit/ae6632fa4a061c4717154bd6f506d365fbb778fe))
* Merge Down ([#304](https://github.com/cheqd/did-provider-cheqd/issues/304)) ([3037687](https://github.com/cheqd/did-provider-cheqd/commit/30376871693a9c3bbe18ed0b1922de58f25a2db6))
* Support custom verification policies && domain ([#287](https://github.com/cheqd/did-provider-cheqd/issues/287)) ([403ec16](https://github.com/cheqd/did-provider-cheqd/commit/403ec16f63515234ab094cdfd8fd7a1b3ac5e7da))
* Support statusOptions in cheqdCheckCredentialStatus ([#303](https://github.com/cheqd/did-provider-cheqd/issues/303)) ([14c4f8c](https://github.com/cheqd/did-provider-cheqd/commit/14c4f8c80dda792e7bcfd43bb45b6fb55d9f832c))


### Bug Fixes

* Base validation fetchStatusList2021 ([#299](https://github.com/cheqd/did-provider-cheqd/issues/299)) ([208dde3](https://github.com/cheqd/did-provider-cheqd/commit/208dde34cba054a536e0fc9ff4c0d8eca2d9e3c4))
* Make verification result aligned with upstream [DEV-2827] ([#302](https://github.com/cheqd/did-provider-cheqd/issues/302)) ([eddd11f](https://github.com/cheqd/did-provider-cheqd/commit/eddd11f31da248857faa911f824dd4697a645ed0))

## [3.5.0-develop.4](https://github.com/cheqd/did-provider-cheqd/compare/3.5.0-develop.3...3.5.0-develop.4) (2023-07-10)


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/did-provider-cheqd",
"version": "3.5.0-develop.4",
"version": "3.5.0",
"description": "Veramo SDK plugin for the did:cheqd DID method",
"license": "Apache-2.0",
"author": "Cheqd Foundation Limited (https://github.com/cheqd)",
Expand Down

0 comments on commit a58b23b

Please sign in to comment.