diff --git a/CHANGELOG.md b/CHANGELOG.md index 79e1358ae..7fb5d7687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.9.18 + +- Fix `Cookie` headers to no longer send as percent-encoded (instead, exactly as sent by the server). + ## v0.9.17 - Fix `Cookie` headers so as to not include attributes from the `Set-Cookie` (like `HttpOnly`, `Secure`, etc). diff --git a/Cargo.toml b/Cargo.toml index 39bda18b9..67c199043 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.9.17" # remember to update html_root_url +version = "0.9.18" # remember to update html_root_url description = "higher level HTTP client library" keywords = ["http", "request", "client"] repository = "https://github.com/seanmonstar/reqwest"