diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9663db..edca1a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.5 (May 17, 2024) + +* Fix race condition that sometimes hung connections during shutdown. +* Fix pseudo header construction for CONNECT and OPTIONS requests. + # 0.4.4 (April 3, 2024) * Limit number of CONTINUATION frames for misbehaving connections. diff --git a/Cargo.toml b/Cargo.toml index 22e1efbc..cf0b1d70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "h2" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.4.4" +version = "0.4.5" license = "MIT" authors = [ "Carl Lerche ",