diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d30546f..e484635c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.8.1 (unreleased) +## 0.8.2 (2021-11-13) + - Add a feature, no_log_capture, which inhibits rustls from taking the global + logger. Useful when built as a Rust dependency. + +## 0.8.1 (2021-11-12) ## Changed - Setting of ALPN protocols for client configs was broken in the 0.8.0 release. diff --git a/Cargo.toml b/Cargo.toml index 2706c1ad..4e2d4748 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustls-ffi" -version = "0.8.1" +version = "0.8.2" authors = ["Jacob Hoffman-Andrews "] description = "C-to-rustls bindings" edition = "2018"