Skip to content

Commit

Permalink
update to v0.4.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 Oct 29, 2021
1 parent 128bc42 commit b96b53c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Changelog

## 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.

## 0.3.0

* **Breaking change**: Use upper case acronyms as advised by clippy
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.3.0"
version = "0.4.0"
authors = ["Petre Eftime <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit b96b53c

Please sign in to comment.