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 # 2.2.0
* Update to latest dependencies * Update to latest dependencies
* Add SOCKS4 support (#410). * Add SOCKS4 support (#410).

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "ureq" name = "ureq"
version = "2.2.0" version = "2.3.0"
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"] authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
description = "Simple, safe HTTP client" description = "Simple, safe HTTP client"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"