From 4fa6c072a1947cf842289584c226c88388bca042 Mon Sep 17 00:00:00 2001 From: Luka Date: Wed, 1 Apr 2026 13:13:19 +0200 Subject: [PATCH] `bh-status-list`: Prepare to Release `v0.2.1` --- bh-status-list/CHANGELOG.md | 5 ++++- bh-status-list/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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."