diff --git a/openssl-sys/CHANGELOG.md b/openssl-sys/CHANGELOG.md index ac592495..3adfd801 100644 --- a/openssl-sys/CHANGELOG.md +++ b/openssl-sys/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.9.52] - 2019-10-19 + +### Added + +* Added support for LibreSSL 3.0.x. + ## [v0.9.51] - 2019-10-02 ### Added diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 6617e5a1..6f635a58 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.51" +version = "0.9.52" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT"