From 810965c024a9265f6bb6a54d8102acb00ba416f8 Mon Sep 17 00:00:00 2001 From: Boris Rizov Date: Wed, 24 Apr 2024 09:29:41 +0200 Subject: [PATCH] chore: update changelog in preparation for 0.0.19 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99537096..229b5750 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +### BREAKING CHANGES + +- New exception system + +### Added + +- Implemented credential service +- VC in JWT format + +### Fixed + +- Fix did constructor +- Fix VP token compliance +- Fix VC missing expirationDate +- Fix remove duplicate json validator +- Fix 'titanium-jsonld' dependency +- Fix integratin tests not running +- Fix missing credential status +- Fix code quality + ## [0.0.18] - 2023-12-5 ### Added