diff --git a/CHANGELOG.md b/CHANGELOG.md index edca1a22..ceccd028 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.6 (August 19, 2024) + +* Add `current_max_send_streams()` and `current_max_recv_streams()` to `client::SendRequest`. +* Fix sending a PROTOCOL_ERROR instead of REFUSED_STREAM when receiving oversized headers. +* Fix notifying a PushPromise task properly. +* Fix notifying a stream task when reset. + # 0.4.5 (May 17, 2024) * Fix race condition that sometimes hung connections during shutdown. diff --git a/Cargo.toml b/Cargo.toml index 9d35b5a6..b7eb8051 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.5" +version = "0.4.6" license = "MIT" authors = [ "Carl Lerche ",