Skip to content

Commit

Permalink
update to v0.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: Petre Eftime <[email protected]>
  • Loading branch information
Petre Eftime authored and petreeftime committed Aug 9, 2022
1 parent b236773 commit b95205c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Changelog

## 0.5.0
* Support signing with an AWS KMS private key via the `key_kms` feature. (thank you @puiterwijk)
* Abstract Openssl operations (thank you @raoulstrackx)
* Update and declare MSRV to 1.58

## 0.4.0
* Abstract signing support: provide traits to abstract private and public keys.
* Support signing with a TPM-backed private key via the `key_tpm` feature.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aws-nitro-enclaves-cose"
version = "0.4.0"
version = "0.5.0"
authors = ["Petre Eftime <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit b95205c

Please sign in to comment.