diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f0daec..2f01d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 # Unreleased -- **fixed:** Support Rust 1.60.0 +- None. + +# 0.1.4 (13. March, 2023) + +- **fixed:** Support Rust 1.60.0 ([#5]) + +[#5]: https://github.com/davidpdrsn/tower-hyper-http-body-compat/pull/5 # 0.1.3 (13. March, 2023) diff --git a/Cargo.toml b/Cargo.toml index bbc3a34..604b91e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-hyper-http-body-compat" -version = "0.1.3" +version = "0.1.4" description = "Adapters between hyper 0.14-1.0, http-body 0.4-1.0, and tower-service 0.3." edition = "2021" homepage = "https://github.com/davidpdrsn/tower-hyper-http-body-compat"