diff --git a/CHANGELOG.md b/CHANGELOG.md index c385ad710c..f15563dbf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v1.5.1 (2024-11-19) + + +#### Bug Fixes + +* **http2:** + * pass proper value to h2 max_local_error_reset_streams ([4a20147a](https://github.com/hyperium/hyper/commit/4a20147a1b73003860a8391c4b89ccd8a78a832e)) + * improve graceful shutdown during handshake (#3729) ([13b05943](https://github.com/hyperium/hyper/commit/13b0594348916b901ad7e1c838b9d90298db6af4)) + + ## v1.5.0 (2024-10-15) diff --git a/Cargo.toml b/Cargo.toml index 118bc65814..2249331915 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "1.5.0" -description = "A fast and correct HTTP library." +version = "1.5.1" +description = "A protective and efficient HTTP library for all." readme = "README.md" homepage = "https://hyper.rs" documentation = "https://docs.rs/hyper"