diff --git a/bh-status-list/CHANGELOG.md b/bh-status-list/CHANGELOG.md index 55b271e..398c8aa 100644 --- a/bh-status-list/CHANGELOG.md +++ b/bh-status-list/CHANGELOG.md @@ -8,6 +8,8 @@ Versioning](https://doc.rust-lang.org/cargo/reference/semver.html). ## [Unreleased] +## [0.2.1] - 2026-04-01 + ### Changed - The `bh-jws-utils` dependency is bumped to version `0.6` (from `0.5`). @@ -28,6 +30,7 @@ Versioning](https://doc.rust-lang.org/cargo/reference/semver.html). - Initial version of the `bh-status-list` crate. -[Unreleased]: +[Unreleased]: +[0.2.1]: [0.2.0]: [0.1.0]: diff --git a/bh-status-list/Cargo.toml b/bh-status-list/Cargo.toml index ab7c6a9..cad230d 100644 --- a/bh-status-list/Cargo.toml +++ b/bh-status-list/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bh-status-list" -version = "0.2.0" +version = "0.2.1" authors = ["TBTL Tech "] categories = ["authentication", "cryptography", "encoding"] description = "TBTL's library for IETF Token Status List specification."