diff --git a/CHANGELOG.md b/CHANGELOG.md index d304d58..1049731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.0.1 + * Fix handling of 308 redirects (port from 1.5.4 branch). + # 2.0.0 * Methods that formerly returned Response now return Result. You'll need to change all instances of `.call()` to `.call()?` or handle diff --git a/Cargo.toml b/Cargo.toml index d17ada6..00a46de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ureq" -version = "2.0.0" +version = "2.0.1" authors = ["Martin Algesten ", "Jacob Hoffman-Andrews "] description = "Simple, safe HTTP client" license = "MIT/Apache-2.0"