From 8b65c9d64bb0db88f92ad657888fc541d426663c Mon Sep 17 00:00:00 2001 From: Petre Eftime Date: Wed, 28 Jul 2021 15:38:21 +0300 Subject: [PATCH] update to version 0.3.0 Signed-off-by: Petre Eftime --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3776c4..6325b2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## 0.3.0 + +* **Breaking change**: Use upper case acronyms as advised by clippy +* **New Feature**: COSE encryption is now available. Thank you @runcom for the patches. +* Allow access to CoseSign1 headers, to allow algorithms to use read and set them. Thank you @puiterwijk. +* Minor fixes and version bumps. + ## 0.2.0 * Bump `serde_with` version. diff --git a/Cargo.toml b/Cargo.toml index 50bfe29..b72fce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-nitro-enclaves-cose" -version = "0.2.0" +version = "0.3.0" authors = ["Petre Eftime "] edition = "2018" license = "Apache-2.0"