diff --git a/CHANGELOG.md b/CHANGELOG.md index ceccd028..8d945801 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.7 (November 19, 2024) + +* Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed. +* Fix notifying the stream task when automatically reset on receipt of a stream error. + # 0.4.6 (August 19, 2024) * Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`. diff --git a/Cargo.toml b/Cargo.toml index b7eb8051..34ca3d68 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.6" +version = "0.4.7" license = "MIT" authors = [ "Carl Lerche ",