diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fb086..8fca4ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @digitalcredentials/ed25519-signature-2020 Changelog +## 4.0.0 - 2024-02-07 + +### Changed +- **BREAKING**: Update date to `@digitalcredentials/jsonld-signatures` v10. + - Switch back to DB's `jsonld` and `http-client`. + - Switch to Sphereon's fork `@sphereon/isomorphic-webclient` + ## 3.0.0 - 2021-06-19 ### Fixed diff --git a/package.json b/package.json index 35e36fb..ef71d67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digitalcredentials/ed25519-signature-2020", - "version": "3.0.2", + "version": "4.0.0", "description": "Ed25519Signature2020 Linked Data Proof suite for use with jsonld-signatures.", "homepage": "https://github.com/digitalcredentials/ed25519-signature-2020", "repository": {