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.