diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c54903f..2d46d754f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ -## Unreleased +## v0.12.6 -- Implement `danger_accept_invalid_hostnames` for `rustls`. +- Add support for `danger_accept_invalid_hostnames` for `rustls`. - Add `impl Service>` for `Client` and `&'_ Client`. +- Add support for `!Sync` bodies in `Body::wrap_stream()`. +- Enable happy eyeballs when `hickory-dns` is used. +- Fix `Proxy` so that `HTTP(S)_PROXY` values take precendence over `ALL_PROXY`. +- Fix `blocking::RequestBuilder::header()` from unsetting `sensitive` on passed header values. ## v0.12.5 diff --git a/Cargo.toml b/Cargo.toml index 421082ad5..3f5a4a424 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.12.5" +version = "0.12.6" description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]