diff --git a/CHANGELOG.md b/CHANGELOG.md index 843bf840db..63f4c42268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.7.2 + +## What's Changed +* chore(deps): Update cached requirement from 0.42.0 to 0.44.0 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/277 +* chore(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in https://github.com/sigstore/sigstore-rs/pull/278 +* chore(deps): update picky dependency by @flavio in https://github.com/sigstore/sigstore-rs/pull/279 + +**Full Changelog**: https://github.com/sigstore/sigstore-rs/compare/v0.7.1...v0.7.2 + # v0.7.1 ## What's Changed diff --git a/Cargo.toml b/Cargo.toml index ecb6714750..7c00c4a7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sigstore" description = "An experimental crate to interact with sigstore" -version = "0.7.1" +version = "0.7.2" edition = "2021" authors = ["sigstore-rs developers"] license = "Apache-2.0"