diff --git a/CHANGELOG.md b/CHANGELOG.md index 31251f09..c01ddf91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +### v0.14.7 (2021-04-22) + + +#### Bug Fixes + +* **http1:** http1_title_case_headers should move Builder ([a303b3c3](https://github.com/hyperium/hyper/commit/a303b3c329e6b8ecfa1da0b9b9e94736628167e0)) + + +#### Features + +* **server:** implement forgotten settings for case preserving ([4fd6c4cb](https://github.com/hyperium/hyper/commit/4fd6c4cb0b58bb0831ae0f876d858aba1588d0e3)) + + ### v0.14.6 (2021-04-21) diff --git a/Cargo.toml b/Cargo.toml index 704d9146..4a94f06a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper" -version = "0.14.6" # don't forget to update html_root_url +version = "0.14.7" # don't forget to update html_root_url description = "A fast and correct HTTP library." readme = "README.md" homepage = "https://hyper.rs"