From 1b6d1c63636bae035a1228f84f3a1bef66781b18 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 23 May 2016 10:23:36 -0700 Subject: [PATCH] v0.9.6 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d710ac1b6..fbf194e39c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.9.6 (2016-05-23) + + +#### Bug Fixes + +* **client:** Manually impl Debug for PooledStream ([aa692236](https://github.com/hyperium/hyper/commit/aa692236a851d29abec63b6a0d61d957cea5fd26)) +* **server:** Switch Ssl to SslServer in bounds ([470bc8ec](https://github.com/hyperium/hyper/commit/470bc8ec396bfc9ead6782f72e6de58268767a5a)) + + ### v0.9.5 (2016-05-18) diff --git a/Cargo.toml b/Cargo.toml index 69ff5af6dc..dffc922fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.9.5" +version = "0.9.6" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper"