Update CHANGELOG and Cargo.toml for 2.3.0 (#431)
This commit is contained in:
committed by
GitHub
parent
f22e67be4c
commit
9587a6cc8e
@@ -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).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ureq"
|
||||
version = "2.2.0"
|
||||
version = "2.3.0"
|
||||
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
||||
description = "Simple, safe HTTP client"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user