Skip to content

Commit

Permalink
Update CHANGELOG and Cargo.toml for 0.8.2 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha authored Nov 14, 2021
1 parent 244ea16 commit 0c8ce85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustls-ffi"
version = "0.8.1"
version = "0.8.2"
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
description = "C-to-rustls bindings"
edition = "2018"
Expand Down

0 comments on commit 0c8ce85

Please sign in to comment.