diff --git a/CHANGELOG.md b/CHANGELOG.md index bcf18b38..8aa87e00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### v0.14.10 (2021-07-07) + + +#### Bug Fixes + +* **http1:** + * reject content-lengths that have a plus sign prefix ([06335158](https://github.com/hyperium/hyper/commit/06335158ca48724db9bf074398067d2db08613e7)) + * protect against overflow in chunked decoder ([efd9a982](https://github.com/hyperium/hyper/commit/efd9a9821fd2f1ae04b545094de76a435b62e70f)) + + +#### Features + +* **ffi:** add option to get raw headers from response ([8c89a8c1](https://github.com/hyperium/hyper/commit/8c89a8c1665b6fbec3f13b8c0e84c79464179c89)) + + ### v0.14.9 (2021-06-07) diff --git a/Cargo.toml b/Cargo.toml index 688b209a..1332aa44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.9" # don't forget to update html_root_url +version = "0.14.10" # don't forget to update html_root_url description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs"