diff --git a/CHANGELOG.md b/CHANGELOG.md index 86220a11..d16601b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1 (January 8, 2024) + +* Fix assigning connection capacity which could starve streams in some instances. + # 0.4.0 (November 15, 2023) * Update to `http` 1.0. diff --git a/Cargo.toml b/Cargo.toml index 11c6df0b..be533240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "h2" # When releasing to crates.io: -# - Update doc URL. -# - html_root_url. # - Update CHANGELOG.md. # - Create git tag -version = "0.4.0" +version = "0.4.1" license = "MIT" authors = [ "Carl Lerche ",