diff --git a/CHANGELOG.md b/CHANGELOG.md index e021bbd56..82a7d1f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.12.11 + +- Fix decompression returning an error when HTTP/2 ends with an empty data frame. + ## v0.12.10 - Add `ClientBuilder::connector_layer()` to allow customizing the connector stack. diff --git a/Cargo.toml b/Cargo.toml index 1efccab06..6891258ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reqwest" -version = "0.12.10" +version = "0.12.11" description = "higher level HTTP client library" keywords = ["http", "request", "client"] categories = ["web-programming::http-client", "wasm"]