diff --git a/CHANGELOG.md b/CHANGELOG.md index a8dfcbbc069f9c49c8c6ee2ceb0cac4ea2d64ede..6e6ea4d77199e7c12701c3d08ea6b14006bed8ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v0.10.5] - 2018-02-28 + ### Fixed * `ErrorStack`'s `Display` implementation no longer writes an empty string if it contains no errors. @@ -134,7 +136,8 @@ Look at the [release tags] for information about older releases. -[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...master +[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.5...master +[v0.10.5]: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.4...openssl-v0.10.5 [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 diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 131ecc0e567720e63108a95b9d341296376d01c5..7378a94a0b64b11d1396530fe68e3cd0a95f01be 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.10.4" +version = "0.10.5" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings"