From 4de938b8a086380b63a133371ce98eee68b5012c Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Wed, 14 Jan 2026 07:03:16 +0000 Subject: [PATCH] Prep for 0.4.1 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc2b15..b5306ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.4.1 - 2026-01-19 + +- Bump MSRV to 1.81. +- Implement the `core` version of `Error`, making the `std` feature now a no-op. +- Add new IANA COSE algorithm values. +- Add helpers for converting EC keys to SEC1 octet strings. + ## 0.4.0 - 2025-09-22 - Breaking change: alter type of `crit` field in `Header` to support private-use labels (in accordance with