diff --git a/openssl-sys/CHANGELOG.md b/openssl-sys/CHANGELOG.md index bce07e42..368519f7 100644 --- a/openssl-sys/CHANGELOG.md +++ b/openssl-sys/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.9.57] - 2020-05-24 + +### Added + +* Added support for LibreSSL 3.1.x. + ## [v0.9.56] - 2020-05-07 ### Fixed @@ -127,7 +133,8 @@ * Added `X509_verify` and `X509_REQ_verify`. * Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.56...master +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.57...master +[v0.9.57]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.56...openssl-sys-v0.9.57 [v0.9.56]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.55...openssl-sys-v0.9.56 [v0.9.55]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.54...openssl-sys-v0.9.55 [v0.9.54]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.53...openssl-sys-v0.9.54 diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 4f9c7c67..ba1d523d 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.56" +version = "0.9.57" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT"