From e76289f6addb9e5e11f640c590ae13a0b87dc557 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 4 May 2022 07:23:01 -0400 Subject: [PATCH] Release openssl v0.10.40 --- openssl/CHANGELOG.md | 9 ++++++++- openssl/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/openssl/CHANGELOG.md b/openssl/CHANGELOG.md index a161b6119..e41e4bfbc 100644 --- a/openssl/CHANGELOG.md +++ b/openssl/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.10.40] - 2022-05-04 + +### Fixed + +* Fixed the openssl-sys dependency version. + ## [v0.10.39] - 2022-05-02 ### Deprecated @@ -593,7 +599,8 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...master +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...master +[v0.10.40]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...openssl-v0.10.40 [v0.10.39]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.38...openssl-v0.10.39 [v0.10.38]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.37...openssl-v0.10.38 [v0.10.37]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.36...openssl-v0.10.37 diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 0324f1963..57a5bf119 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.10.39" +version = "0.10.40" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" -- GitLab