diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index 206dcf66..ddb718c9 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -13,10 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed -- Bump Minimum Supported Rust Version to 1.66 ([#433]) -- Update to http-body 1.0 ([#348]) -- Update to http 1.0 ([#348]) -- Preserve service error type in RequestDecompression ([#368]) +- None. ## Removed @@ -24,6 +21,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed +- None. + +# 0.5.0 (November 21, 2023) + +## Changed + +- Bump Minimum Supported Rust Version to 1.66 ([#433]) +- Update to http-body 1.0 ([#348]) +- Update to http 1.0 ([#348]) +- Preserve service error type in RequestDecompression ([#368]) + +## Fixed + - Accepts range headers with ranges where the end of range goes past the end of the document by bumping http-range-header to `0.4` diff --git a/tower-http/Cargo.toml b/tower-http/Cargo.toml index d112ba9c..3a480153 100644 --- a/tower-http/Cargo.toml +++ b/tower-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tower-http" description = "Tower middleware and utilities for HTTP clients and servers" -version = "0.4.4" +version = "0.5.0" authors = ["Tower Maintainers "] edition = "2018" license = "MIT"