diff --git a/CHANGELOG.md b/CHANGELOG.md index d16601b1..307021dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.2 (January 17th, 2024) + +* Limit error resets for misbehaving connections. +* Fix selecting MAX_CONCURRENT_STREAMS value if no value is advertised initially. + # 0.4.1 (January 8, 2024) * Fix assigning connection capacity which could starve streams in some instances. diff --git a/Cargo.toml b/Cargo.toml index be533240..cbb4bafd 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.1" +version = "0.4.2" license = "MIT" authors = [ "Carl Lerche ",