diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad00d8..4a6226c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.5](https://github.com/uport-project/credential-status/compare/2.0.4...2.0.5) (2022-08-10) + + +### Bug Fixes + +* **deps:** include did-jwt@6.3.0 in release ([2de28e7](https://github.com/uport-project/credential-status/commit/2de28e72a239b4e2a585f3bf6f33f6154a9dac12)) + ## [2.0.4](https://github.com/uport-project/credential-status/compare/2.0.3...2.0.4) (2022-08-02) diff --git a/package.json b/package.json index 58fc09e..9bcb33d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "credential-status", - "version": "2.0.4", + "version": "2.0.5", "description": "credential status aggregator for did-jwt", "type": "module", "source": "src/index.ts",