Skip to content

Commit 0c8ce85

Browse files
authored
Update CHANGELOG and Cargo.toml for 0.8.2 (#222)
1 parent 244ea16 commit 0c8ce85

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 0.8.1 (unreleased)
3+
## 0.8.2 (2021-11-13)
4+
- Add a feature, no_log_capture, which inhibits rustls from taking the global
5+
logger. Useful when built as a Rust dependency.
6+
7+
## 0.8.1 (2021-11-12)
48

59
## Changed
610
- Setting of ALPN protocols for client configs was broken in the 0.8.0 release.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-ffi"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
55
description = "C-to-rustls bindings"
66
edition = "2018"

0 commit comments

Comments
 (0)