diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d9aa0e5fd..e05105d334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.14.26 (2023-04-13) + + +#### Features + +* **http2:** add `max_pending_accept_reset_streams` configuration option (#3201) ([a6f7571a](https://github.com/hyperium/hyper/commit/a6f7571a5299793aef8f1aa4194574438b9df64c)) + + ### v0.14.25 (2023-03-10) diff --git a/Cargo.toml b/Cargo.toml index 754177c718..a8b2550c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.25" +version = "0.14.26" description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs"