diff --git a/CHANGELOG.md b/CHANGELOG.md index 2280eaa..b415ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Cargo.toml b/Cargo.toml index eeedc7c..e8c1f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.1.1" +version = "2.2.0" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT/Apache-2.0"