diff --git a/openssl/CHANGELOG.md b/openssl/CHANGELOG.md index a161b611957a3b7a2ad0d1eae7493ff8d87e16fe..e41e4bfbc794c5fe9276e48d4ffc8a2f17af263d 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 0324f196358d85a38a435a7c46f0ccee3a865826..57a5bf1194ba594aeea56ee6051935bef535427c 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"