diff --git a/CHANGELOG.md b/CHANGELOG.md index 013e8d9c9d..573a693a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# v0.5.1 + +## Fixes + +* fix verification of signatures produced with PKI11 (https://github.com/sigstore/sigstore-rs/pull/142) + +## Others + +* Update rsa dependency to stable version 0.7.0 (https://github.com/sigstore/sigstore-rs/pull/141) +* Bump actions/checkout from 3.0.2 to 3.1.0 (https://github.com/sigstore/sigstore-rs/pull/140) + +## Contributors +* Flavio Castelli (@flavio) +* Xynnn (@Xynnn007) + # v0.5.0 ## Enhancements diff --git a/Cargo.toml b/Cargo.toml index 325f82cc9b..549b256744 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sigstore" description = "An experimental crate to interact with sigstore" -version = "0.5.0" +version = "0.5.1" edition = "2018" authors = [ "sigstore-rs developers",