diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e63dc6..9b03afb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.8.0 + * Read proxy response to \r\n\r\n (#620) + * Auto-detect proxy from env vars (turned off by default) (#649) + * Conversion ureq::Response -> http::Response> (#638) + * Fix regression in IPv6 handling (#635) + # 2.7.1 ## Fixed diff --git a/Cargo.toml b/Cargo.toml index 5b5d6e0c..25e7b436 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.7.1" +version = "2.8.0" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT OR Apache-2.0"