diff --git a/CHANGELOG.md b/CHANGELOG.md index 37d12084..b716073e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v0.10.4] - 2018-02-18 + ### Added * Added OpenSSL 1.1.1 support. @@ -113,7 +115,8 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...master +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...master +[v0.10.4]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.3...openssl-v0.10.4 [v0.10.3]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.2...openssl-v0.10.3 [v0.10.2]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.1...openssl-v0.10.2 [v0.10.1]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.0...openssl-v0.10.1 diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b8e88ea9..b1c9f122 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.10.3" +version = "0.10.4" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" @@ -24,7 +24,7 @@ bitflags = "1.0" foreign-types = "0.3.1" lazy_static = "1" libc = "0.2" -openssl-sys = { version = "0.9.25", path = "../openssl-sys" } +openssl-sys = { version = "0.9.26", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3"