Skip to content

Commit

Permalink
update to version 0.3.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 Jul 28, 2021
1 parent 3d16c91 commit 8b65c9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
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.2.0"
version = "0.3.0"
authors = ["Petre Eftime <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down

0 comments on commit 8b65c9d

Please sign in to comment.