diff --git a/CHANGELOG.md b/CHANGELOG.md index ba2a0ba8..f5dc7467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.26 (April 3, 2024) + +* Limit number of CONTINUATION frames for misbehaving connections. + # 0.3.25 (March 15, 2024) * Improve performance decoding many headers. diff --git a/Cargo.toml b/Cargo.toml index 472583cf..a84beebc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ name = "h2" # - html_root_url. # - Update CHANGELOG.md. # - Create git tag -version = "0.3.25" +version = "0.3.26" license = "MIT" authors = [ "Carl Lerche ",