diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index b267221c4e0..5640980631c 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- + +## [v0.2.1](https://github.com/trussed-dev/trussed/releases/tag/core-v0.2.1) (2026-05-18) + ### Added - Add `UiClient::confirm_user_present_with_level`. diff --git a/core/Cargo.toml b/core/Cargo.toml index b0297b8a5e1..abbda0f5976 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trussed-core" -version = "0.2.0" +version = "0.2.1" description = "Core types for the trussed crate" authors.workspace = true