From 234eb5572fd3ccc39a3132fabcec8198529e7422 Mon Sep 17 00:00:00 2001 From: Jacob Hoffman-Andrews Date: Sat, 19 Dec 2020 12:11:38 -0800 Subject: [PATCH] Update CHANGELOG and Cargo.toml for 2.0.0-rc4 (#279) --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7dd1b..f5a10d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 2.0.0-rc4 + + * Remove error_on_non_2xx. (#272) + * Do more validation on status line. (#266) + * (internal) Add history to response objects (#275) + # 2.0.0-rc3 * Refactor Error to use an enum for easier extraction of status code errors. diff --git a/Cargo.toml b/Cargo.toml index 6f05ef4..793fb52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.0.0-rc3" +version = "2.0.0-rc4" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT/Apache-2.0"