diff --git a/tower-http/CHANGELOG.md b/tower-http/CHANGELOG.md index e7f74197..54c81224 100644 --- a/tower-http/CHANGELOG.md +++ b/tower-http/CHANGELOG.md @@ -23,6 +23,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - None. +# 0.4.4 (September 1, 2023) + +## Added + +- **trace**: Default implementations for trace bodies. + # 0.4.3 (July 20, 2023) ## Fixed diff --git a/tower-http/Cargo.toml b/tower-http/Cargo.toml index 6b3c0fd5..bab0ae4f 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.3" +version = "0.4.4" authors = ["Tower Maintainers "] edition = "2018" license = "MIT"