Update CHANGELOG and Cargo.toml for 2.3.0 (#431)

This commit is contained in:
Jacob Hoffman-Andrews
2021-10-21 11:39:43 -07:00
committed by GitHub
parent f22e67be4c
commit 9587a6cc8e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# 2.3.0
* Upgarde to rustls 0.20 (#427).
* Make test mocks of Response more accurate by removing newline (#423).
* Redact sensitive headers when logging prelude (#414).
# 2.2.0
* Update to latest dependencies
* Add SOCKS4 support (#410).