From 6d923cbc918852ef5bfaeb08e63c86580aa80ffe Mon Sep 17 00:00:00 2001 From: Linwei Shang Date: Wed, 5 Jul 2023 15:44:52 -0400 Subject: [PATCH] chore: release v0.25.0 (#450) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8fb6c44..ce904755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## [0.25.0] - 2023-07-05 + * Breaking Change: builders are now owning-style rather than borrowing-style; with_arg takes an owned Vec rather than a borrowed Vec * Breaking Change: Identity::sign takes &EnvelopeContent rather than the request ID. * Bump Candid crate to 0.9.0