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