diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a2802a..51bbebc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.11.11 (2018-01-05) + + +#### Features + +* **client:** replace default dispatcher ([0892cb27](https://github.com/hyperium/hyper/commit/0892cb27777858737449a012bc6ea08ee080e5b7)) +* **server:** change default dispatcher ([6ade21aa](https://github.com/hyperium/hyper/commit/6ade21aa7f16dfeb6c0c53fe39c3f168f5f8aec1)) + + ### v0.11.10 (2017-12-26) diff --git a/Cargo.toml b/Cargo.toml index ac434d91..6ec74430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.11.10" # don't forget to update html_root_url +version = "0.11.11" # don't forget to update html_root_url description = "A modern HTTP library." readme = "README.md" homepage = "https://hyper.rs" diff --git a/src/lib.rs b/src/lib.rs index 40cab25c..35ce0887 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/hyper/0.11.10")] +#![doc(html_root_url = "https://docs.rs/hyper/0.11.11")] #![deny(missing_docs)] #![deny(warnings)] #![deny(missing_debug_implementations)]