diff --git a/CHANGELOG.md b/CHANGELOG.md index 243c383fd..bbace0b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.12.2 + +- Fix missing ALPN when connecting to socks5 proxy with rustls. +- Fix TLS version limits with rustls. +- Fix not detected ALPN h2 from server with native-tls. + ## v0.12.1 - Fix `ClientBuilder::interface()` when no TLS is enabled. diff --git a/Cargo.toml b/Cargo.toml index 133708413..955156290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.12.1" +version = "0.12.2" description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]