From 2cc9be24599b755f9584f270dbe429f09ccf473f Mon Sep 17 00:00:00 2001 From: Frederik Rothenberger Date: Mon, 1 Jul 2024 11:28:11 +0200 Subject: [PATCH] Prepare release-2024-07-01 (#40) Prepares the changelog for the next release on Monday, July 1. --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b6a54..655dae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,28 @@ # Upcoming +Changes in the upcoming versions. + ## Breaking Changes ## Improvements +# release-2024-07-01 + +## New projects + +- Add `ic-verifiable-credentials` crate to the repository. + +## Improvements + - Add the credential arguments to the consent message of the dummy issuer. - Add canister id input in the dummy relying party. - Upgrade `@dfinity/verifiable-credentials` used in the dummy relying party to the latest published version. - Port vc-util from II to this repository and rename it to `ic-verifiable-credentials`. - Do not publish to NPM the JS library if there were no changes. +- Publish the dummy issuer and dummy relying party wasm modules and interface files as release artifacts so that they can be easily pulled into other projects. # 2024.06.10 -Changes in the upcoming versions. - ## New projects - Dummy relying party.