diff --git a/CHANGELOG.md b/CHANGELOG.md index 40c4ddc..7d59bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [v0.2.12] + +### Fixed + +* Stopped using a deprecated openssl-probe API. + ## [v0.2.11] ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 75f9080..8485c77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "native-tls" -version = "0.2.12" +version = "0.2.13" authors = ["Steven Fackler "] license = "MIT OR Apache-2.0" description = "A wrapper over a platform's native TLS implementation"