diff --git a/CHANGELOG.md b/CHANGELOG.md index 52926f8..0f426ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.10 (2024-10-28) + +- Add `http2_max_header_list_size(num)` option to legacy client builder. +- Add `set_tcp_user_timeout(dur)` option to legacy `HttpConnector`. + # 0.1.9 (2024-09-24) - Add support for `client::legacy` DNS resolvers to set non-zero ports on returned addresses. diff --git a/Cargo.toml b/Cargo.toml index a16499d..9088a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-util" -version = "0.1.9" +version = "0.1.10" description = "hyper utilities" readme = "README.md" homepage = "https://hyper.rs"