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"