This commit is contained in:
Martin Algesten
2021-08-23 21:28:26 +02:00
parent 551f4289fb
commit a1d7009e24
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# 2.2.0
* Update to latest dependencies
* Add SOCKS4 support (#410).
* Downgrade logging on info level to debug (#409).
* Bugfix: Clear content-length header on redirect (#394, #395).
# 2.1.1
* Bugfix: don't reuse conns with bytes pending from server (#372). This
reduces Transport errors when using an Agent for connection pooling.

View File

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