From 0c8ce8508cbc54d9d00d53f3f77af0647824dfb3 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Sun, 14 Nov 2021 10:27:30 -0800 Subject: [PATCH] Update CHANGELOG and Cargo.toml for 0.8.2 (#222) --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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"