From 8c9c2af4f576168343a81c9dab9d7a62400f299f Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sat, 30 Sep 2023 10:35:51 +0200 Subject: [PATCH] Version 2.8.0 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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"