diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e208af..470392a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.4.1 (2018-01-11) + +* Exclude temporary files from crate + # v0.4.0 (2017-12-12) * Support embedded signatures diff --git a/Cargo.lock b/Cargo.lock index a40fd04..9fe9b79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -255,7 +255,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "signify" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 96b184d..0e0ec1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "signify" -version = "0.4.0" +version = "0.4.1" authors = ["Jan-Erik Rediger "] keywords = [ "cryptography", "security" ]