diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a47166c3..1e9fe15bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### v0.14.23 (2022-11-07) + + +#### Bug Fixes + +* **http2:** Fix race condition in client dispatcher (#3041) ([2f1c0b72](https://github.com/hyperium/hyper/commit/2f1c0b720da4553fff216a38018a78ecafe23d60), closes [#2419](https://github.com/hyperium/hyper/issues/2419)) + + ### v0.14.22 (2022-10-31) diff --git a/Cargo.toml b/Cargo.toml index a332b23103..64f97ad07f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.22" +version = "0.14.23" description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs"