diff --git a/CHANGELOG.md b/CHANGELOG.md index c345ffa..320fc88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ # @digitalcredentials/ed25519-signature-2020 Changelog -## 4.1.0 - +## 5.0.0 - 2024-08-03 ### Changed -- Update to `@digitalcredentials/jsonld-signatures` v10.1.0 (latest Sphereon webcrypto fork, latest DB http-client). +- **BREAKING**: Update to `@digitalcredentials/jsonld-signatures` v11.0.0 (latest Sphereon webcrypto fork, latest DCC forks of jsonld and http-client). - **BREAKING**: Reverts cache clearing behavior of v10.0.0. ## 4.0.0 - 2024-02-07 diff --git a/package.json b/package.json index 7479070..1dee7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@digitalcredentials/ed25519-signature-2020", - "version": "4.0.0", + "version": "5.0.0", "description": "Ed25519Signature2020 Linked Data Proof suite for use with jsonld-signatures.", "homepage": "https://github.com/digitalcredentials/ed25519-signature-2020", "repository": {